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 f1f756c commit a50f366Copy full SHA for a50f366
seleniumbase/console_scripts/sb_install.py
@@ -97,7 +97,7 @@ def main():
97
"%s/%s" % (latest_version, file_name))
98
print("Found %s" % download_url)
99
elif name == "geckodriver" or name == "firefoxdriver":
100
- latest_version = "v0.22.0"
+ latest_version = "v0.23.0"
101
if "darwin" in sys_plat:
102
file_name = "geckodriver-%s-macos.tar.gz" % latest_version
103
elif "linux" in sys_plat:
0 commit comments