Skip to content

Commit 8cbbd19

Browse files
committed
Update default GeckoDriver version to v0.27.0
1 parent 305a726 commit 8cbbd19

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
@@ -40,7 +40,7 @@
4040
DRIVER_DIR = os.path.dirname(os.path.realpath(drivers.__file__))
4141
LOCAL_PATH = "/usr/local/bin/" # On Mac and Linux systems
4242
DEFAULT_CHROMEDRIVER_VERSION = "2.44"
43-
DEFAULT_GECKODRIVER_VERSION = "v0.26.0"
43+
DEFAULT_GECKODRIVER_VERSION = "v0.27.0"
4444
DEFAULT_EDGEDRIVER_VERSION = "84.0.522.59"
4545
DEFAULT_OPERADRIVER_VERSION = "v.84.0.4147.89"
4646

0 commit comments

Comments
 (0)