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 19ff0ff + 9759b29 commit 9bf585aCopy full SHA for 9bf585a
echo360/binary_downloader/firefoxdriver.py
@@ -7,7 +7,7 @@ def __init__(self):
7
self._download_link_root = (
8
"https://github.com/mozilla/geckodriver/releases/download"
9
)
10
- self._version = "v0.26.0"
+ self._version = "v0.30.0"
11
12
def get_os_suffix(self):
13
self._os_linux_32 = "linux32"
0 commit comments