Updated link to Selenium webdrivers.

This commit is contained in:
Mariusz Felisiak 2021-03-09 11:29:54 +01:00 committed by GitHub
parent d9a266d657
commit 98d3fd6102
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ the tests that require selenium.
Some browsers (e.g. Chrome or Firefox) support headless testing, which can be Some browsers (e.g. Chrome or Firefox) support headless testing, which can be
faster and more stable. Add the ``--headless`` option to enable this mode. faster and more stable. Add the ``--headless`` option to enable this mode.
.. _selenium.webdriver: https://github.com/SeleniumHQ/selenium/tree/master/py/selenium/webdriver .. _selenium.webdriver: https://github.com/SeleniumHQ/selenium/tree/trunk/py/selenium/webdriver
.. _running-unit-tests-dependencies: .. _running-unit-tests-dependencies: