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.
2 parents 16d4c98 + 2288f5e commit a24cb47Copy full SHA for a24cb47
collect_executables.py
@@ -83,7 +83,7 @@ def get_gd_platform():
83
gd_platform = get_gd_platform()
84
ext = "zip" if "win" in gd_platform else "tar.gz"
85
print(
86
- f"https://github.com/mozilla/geckodriver/releases/download/v0.35.0/geckodriver-v0.35.0-{gd_platform}.{ext}"
+ f"https://github.com/mozilla/geckodriver/releases/download/v0.36.0/geckodriver-v0.36.0-{gd_platform}.{ext}"
87
)
88
exit()
89
0 commit comments