Skip to content

Commit 9bf585a

Browse files
authored
Merge pull request #52 from Ace4896/update-geckodriver
2 parents 19ff0ff + 9759b29 commit 9bf585a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

echo360/binary_downloader/firefoxdriver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def __init__(self):
77
self._download_link_root = (
88
"https://github.com/mozilla/geckodriver/releases/download"
99
)
10-
self._version = "v0.26.0"
10+
self._version = "v0.30.0"
1111

1212
def get_os_suffix(self):
1313
self._os_linux_32 = "linux32"

0 commit comments

Comments
 (0)