Skip to content

Commit b80d30b

Browse files
BlazerYoodiemol
andauthored
Update ChromeDriver download links (SeleniumHQ#732)
Change the ChromeDriver downloads links to be uniform with the Python documentation in https://www.selenium.dev/selenium/docs/api/py/#drivers. In the Python documentation, the download link is https://chromedriver.chromium.org/downloads. In this current markdown, the download link is https://sites.google.com/chromium.org/driver/. Maintain continuity between documentation. Co-authored-by: Diego Molina <diemol@users.noreply.github.com>
1 parent 95b7606 commit b80d30b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs_source_files/content/getting_started_with_webdriver/third_party_drivers_and_plugins.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ respective developer(s).
1818
|Browser|Latest|Change log|Issue Tracker|
1919
|--- |--- |--- |--- |
2020
|[Mozilla GeckoDriver](https://github.com/mozilla/geckodriver/)|[latest](https://github.com/mozilla/geckodriver/releases)|[change log](https://github.com/mozilla/geckodriver/blob/release/CHANGES.md)|[issue tracker](https://github.com/mozilla/geckodriver/issues)|
21-
|[Google Chrome Driver](https://sites.google.com/chromium.org/driver/)|[latest](https://sites.google.com/chromium.org/driver/downloads)|[change log](https://sites.google.com/chromium.org/driver/downloads)|[issue tracker](https://bugs.chromium.org/p/chromedriver/issues/list)|
21+
|[Google Chrome Driver](https://chromedriver.chromium.org/home)|[latest](https://chromedriver.chromium.org/downloads)|[change log](https://chromedriver.chromium.org/downloads)|[issue tracker](https://bugs.chromium.org/p/chromedriver/issues/list)|
2222
|[Opera](http://choice.opera.com/developer/tools/operadriver/)|[latest](https://github.com/operasoftware/operachromiumdriver/releases)|-|[issue tracker](https://github.com/operasoftware/operachromiumdriver/issues)|
2323
|[Microsoft Edge Driver](https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/)|[latest](https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/#downloads)|-|[issue tracker](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/)|
2424
|[SafariDriver](https://webkit.org/blog/6900/webdriver-support-in-safari-10/)|Built in|-|[issue tracker](https://bugreport.apple.com/)|

0 commit comments

Comments
 (0)