Update the default geckodriver version to v0.35.0

This commit is contained in:
Michael Mintz 2024-08-06 23:16:49 -04:00
parent b0909b3bec
commit 8f63b0de72
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ IS_WINDOWS = shared_utils.is_windows()
DRIVER_DIR = os.path.dirname(os.path.realpath(drivers.__file__))
LOCAL_PATH = "/usr/local/bin/" # On Mac and Linux systems
DEFAULT_CHROMEDRIVER_VERSION = "114.0.5735.90" # (If can't find LATEST_STABLE)
DEFAULT_GECKODRIVER_VERSION = "v0.34.0"
DEFAULT_GECKODRIVER_VERSION = "v0.35.0"
DEFAULT_EDGEDRIVER_VERSION = "115.0.1901.183" # (If can't find LATEST_STABLE)