Skip to content

Commit 6c86e89

Browse files
committed
Update the default geckodriver version to v0.32.2
1 parent 598636c commit 6c86e89

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
@@ -58,7 +58,7 @@
5858
DRIVER_DIR = os.path.dirname(os.path.realpath(drivers.__file__))
5959
LOCAL_PATH = "/usr/local/bin/" # On Mac and Linux systems
6060
DEFAULT_CHROMEDRIVER_VERSION = "72.0.3626.69" # (If can't find LATEST_STABLE)
61-
DEFAULT_GECKODRIVER_VERSION = "v0.32.1"
61+
DEFAULT_GECKODRIVER_VERSION = "v0.32.2"
6262
DEFAULT_EDGEDRIVER_VERSION = "109.0.1518.52" # (If can't find LATEST_STABLE)
6363
DEFAULT_OPERADRIVER_VERSION = "v.96.0.4664.45"
6464

0 commit comments

Comments
 (0)