Skip to content

Commit a50f366

Browse files
committed
Use Geckodriver v0.23.0
1 parent f1f756c commit a50f366

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

0 commit comments

Comments
 (0)