Skip to content

Commit 8f63b0d

Browse files
committed
Update the default geckodriver version to v0.35.0
1 parent b0909b3 commit 8f63b0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seleniumbase/console_scripts/sb_install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
DRIVER_DIR = os.path.dirname(os.path.realpath(drivers.__file__))
5151
LOCAL_PATH = "/usr/local/bin/" # On Mac and Linux systems
5252
DEFAULT_CHROMEDRIVER_VERSION = "114.0.5735.90" # (If can't find LATEST_STABLE)
53-
DEFAULT_GECKODRIVER_VERSION = "v0.34.0"
53+
DEFAULT_GECKODRIVER_VERSION = "v0.35.0"
5454
DEFAULT_EDGEDRIVER_VERSION = "115.0.1901.183" # (If can't find LATEST_STABLE)
5555

5656

0 commit comments

Comments
 (0)