Merge pull request #1204 from xfq/patch-4
Update using-selenium-and-webdriver.md
This commit is contained in:
commit
610ab0c0a5
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# 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
|
||||
> browsers. It provides capabilities for navigating to web pages, user input,
|
||||
|
@ -70,4 +70,4 @@ driver.wait(function() {
|
|||
driver.quit();
|
||||
```
|
||||
|
||||
[chrome-driver]: https://code.google.com/p/chromedriver/
|
||||
[chrome-driver]: https://sites.google.com/a/chromium.org/chromedriver/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue