We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 924e620 commit 2d322a3Copy full SHA for 2d322a3
seleniumbase/console_scripts/sb_install.py
@@ -98,7 +98,7 @@ def main():
98
"%s/%s" % (latest_version, file_name))
99
print("Found %s" % download_url)
100
elif name == "geckodriver" or name == "firefoxdriver":
101
- latest_version = "v0.21.0"
+ latest_version = "v0.22.0"
102
if "darwin" in sys_plat:
103
file_name = "geckodriver-%s-macos.tar.gz" % latest_version
104
elif "linux" in sys_plat:
0 commit comments