Skip to content

Commit

Permalink
Corrected link to Chrome Driver page. (#1862)
Browse files Browse the repository at this point in the history
  • Loading branch information
teacherSsamko committed Jul 7, 2022
1 parent 03acbcd commit 8c3fefe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/part_4.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Install Selenium. Run the following command:
$ python3 -m pip install selenium
.. _Install the Chrome web browser: https://www.google.com/chrome/
.. _Install chromedriver: https://sites.google.com/a/chromium.org/chromedriver/getting-started
.. _Install chromedriver: https://sites.google.com/chromium.org/driver/getting-started

Create a new file ``chat/tests.py``. Your app directory should now look like:

Expand Down

0 comments on commit 8c3fefe

Please sign in to comment.