Skip to content

Commit

Permalink
Update chrome driver download link in e2e-testing.md (#12924)
Browse files Browse the repository at this point in the history
  • Loading branch information
nadasuhailAyesh12 committed Mar 23, 2024
1 parent d4ebcda commit 9a099c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/e2e-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Before running tests, modify `src/e2e/resources/test.properties` if necessary, e
<panel header="#### Using Chrome" no-close>

* You need to use chromedriver for testing with Chrome.
* Download the latest stable chromedriver from [here](https://sites.google.com/a/chromium.org/chromedriver/downloads).
* Download the latest stable chromedriver from [here](https://chromedriver.chromium.org/downloads).
The site will also inform the versions of Chrome that can be used with the driver.
* Specify the path to the chromedriver executable in `test.chromedriver.path` value in `test.properties`.

Expand Down

0 comments on commit 9a099c1

Please sign in to comment.