Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ To use the `thirtyfour` crate in your Rust project, you need to add it as a depe
To automate a web browser, `thirtyfour` needs to communicate with a webdriver server. You will need
to download the appropriate webdriver server for your browser.

* For Chrome, download [chromedriver](https://sites.google.com/a/chromium.org/chromedriver/downloads)
* For Chrome, download [chromedriver](https://developer.chrome.com/docs/chromedriver/downloads)
* For Firefox, download [geckodriver](https://github.com/mozilla/geckodriver/releases)

The webdriver may be zipped. Unzip it and place the webdriver binary somewhere in your `PATH`.
Expand Down