Skip to content

Commit 2d322a3

Browse files
committed
Use the latest version of geckodriver for Firefox
1 parent 924e620 commit 2d322a3

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
@@ -98,7 +98,7 @@ def main():
9898
"%s/%s" % (latest_version, file_name))
9999
print("Found %s" % download_url)
100100
elif name == "geckodriver" or name == "firefoxdriver":
101-
latest_version = "v0.21.0"
101+
latest_version = "v0.22.0"
102102
if "darwin" in sys_plat:
103103
file_name = "geckodriver-%s-macos.tar.gz" % latest_version
104104
elif "linux" in sys_plat:

0 commit comments

Comments
 (0)