We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6322884 commit 20eb10fCopy full SHA for 20eb10f
java/client/src/org/openqa/selenium/chrome/ChromeDriver.java
@@ -27,7 +27,7 @@
27
* A {@link WebDriver} implementation that controls a Chrome browser running on the local machine.
28
* It requires a <code>chromedriver</code> executable to be available in PATH.
29
*
30
- * @see <a href="https://sites.google.com/a/chromium.org/chromedriver/">chromedriver</a>
+ * @see <a href="https://sites.google.com/chromium.org/driver/">chromedriver</a>
31
*/
32
public class ChromeDriver extends ChromiumDriver {
33
0 commit comments