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 41
41
* <p>
42
42
* Currently, you will need to instantiate implementations of this class directly. It is hoped that
43
43
* 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.
46
45
* <p>
47
46
* Note that all methods that use XPath to locate elements will throw a {@link RuntimeException}
48
47
* 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
52
48
*/
53
49
public interface WebDriver extends SearchContext {
54
50
// Navigation
You can’t perform that action at this time.
0 commit comments