Skip to content

Commit 0d1432c

Browse files
lukeisTikhomirovSergey
authored andcommitted
moar javadoc
1 parent 94c146c commit 0d1432c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/main/java/org/openqa/selenium/WebDriver.java

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,10 @@
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
*/
5349
public interface WebDriver extends SearchContext {
5450
// Navigation

0 commit comments

Comments
 (0)