Update using-selenium-and-webdriver.md
Update the URI of ChromeDriver.
This commit is contained in:
parent
4176d542a5
commit
246d6cbcf7
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Using Selenium and WebDriver
|
# Using Selenium and WebDriver
|
||||||
|
|
||||||
From [chromedriver - WebDriver for Google Chrome][chrome-driver]:
|
From [ChromeDriver - WebDriver for Chrome][chrome-driver]:
|
||||||
|
|
||||||
> WebDriver is an open source tool for automated testing of web apps across many
|
> WebDriver is an open source tool for automated testing of web apps across many
|
||||||
> browsers. It provides capabilities for navigating to web pages, user input,
|
> browsers. It provides capabilities for navigating to web pages, user input,
|
||||||
|
@ -70,4 +70,4 @@ driver.wait(function() {
|
||||||
driver.quit();
|
driver.quit();
|
||||||
```
|
```
|
||||||
|
|
||||||
[chrome-driver]: https://code.google.com/p/chromedriver/
|
[chrome-driver]: https://sites.google.com/a/chromium.org/chromedriver/
|
||||||
|
|
Loading…
Reference in a new issue