Skip to content

Commit fccc559

Browse files
committed
Update the default version of Geckodriver installed
1 parent 4d8641e commit fccc559

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
@@ -42,7 +42,7 @@
4242
DRIVER_DIR = os.path.dirname(os.path.realpath(drivers.__file__))
4343
LOCAL_PATH = "/usr/local/bin/" # On Mac and Linux systems
4444
DEFAULT_CHROMEDRIVER_VERSION = "2.44" # (Specify "latest" to get the latest)
45-
DEFAULT_GECKODRIVER_VERSION = "v0.29.0"
45+
DEFAULT_GECKODRIVER_VERSION = "v0.29.1"
4646
DEFAULT_EDGEDRIVER_VERSION = "89.0.774.54" # (Looks for LATEST_STABLE first)
4747
DEFAULT_OPERADRIVER_VERSION = "v.88.0.4324.104"
4848

0 commit comments

Comments
 (0)