Skip to content

Commit 4de95b7

Browse files
committed
Set default Geckodriver (Firefox WebDriver) to version 0.26.0
1 parent ce34568 commit 4de95b7

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
@@ -38,7 +38,7 @@
3838
DRIVER_DIR = os.path.dirname(os.path.realpath(drivers.__file__))
3939
LOCAL_PATH = "/usr/local/bin/" # On Mac and Linux systems
4040
DEFAULT_CHROMEDRIVER_VERSION = "2.44"
41-
DEFAULT_GECKODRIVER_VERSION = "v0.25.0"
41+
DEFAULT_GECKODRIVER_VERSION = "v0.26.0"
4242
DEFAULT_EDGEDRIVER_VERSION = "77.0.235.20"
4343
DEFAULT_OPERADRIVER_VERSION = "v.75.0.3770.100"
4444

0 commit comments

Comments
 (0)