Skip to content

Commit a24cb47

Browse files
authored
Merge pull request #576 from mozilla/Pat/update_driver_version
Pat/Update geckodriver to 0.36
2 parents 16d4c98 + 2288f5e commit a24cb47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

collect_executables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def get_gd_platform():
8383
gd_platform = get_gd_platform()
8484
ext = "zip" if "win" in gd_platform else "tar.gz"
8585
print(
86-
f"https://github.com/mozilla/geckodriver/releases/download/v0.35.0/geckodriver-v0.35.0-{gd_platform}.{ext}"
86+
f"https://github.com/mozilla/geckodriver/releases/download/v0.36.0/geckodriver-v0.36.0-{gd_platform}.{ext}"
8787
)
8888
exit()
8989

0 commit comments

Comments
 (0)