File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
src/main/java/org/openqa/selenium Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 4141 * <p>
4242 * Currently, you will need to instantiate implementations of this class directly. It is hoped that
4343 * you write your tests against this interface so that you may "swap in" a more fully featured
44- * browser when there is a requirement for one. Given this approach to testing, it is best to start
45- * writing your tests using the {@link org.openqa.selenium.htmlunit.HtmlUnitDriver} implementation.
44+ * browser when there is a requirement for one.
4645 * <p>
4746 * Note that all methods that use XPath to locate elements will throw a {@link RuntimeException}
4847 * should there be an error thrown by the underlying XPath engine.
49- *
50- * @see org.openqa.selenium.ie.InternetExplorerDriver
51- * @see org.openqa.selenium.htmlunit.HtmlUnitDriver
5248 */
5349public interface WebDriver extends SearchContext {
5450 // Navigation
You can’t perform that action at this time.
0 commit comments