Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #166 from aerokube/geckodriver-0.21
Browse files Browse the repository at this point in the history
Bump Geckodriver version
  • Loading branch information
vania-pooh authored Jun 19, 2018
2 parents 1086310 + 22013d7 commit 770e092
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions browsers.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,27 +36,27 @@
"files": {
"linux": {
"386": {
"url": "https://github.com/mozilla/geckodriver/releases/download/v0.20.1/geckodriver-v0.20.1-linux32.tar.gz",
"url": "https://github.com/mozilla/geckodriver/releases/download/v0.21.0/geckodriver-v0.21.0-linux32.tar.gz",
"filename": "geckodriver"
},
"amd64": {
"url": "https://github.com/mozilla/geckodriver/releases/download/v0.20.1/geckodriver-v0.20.1-linux64.tar.gz",
"url": "https://github.com/mozilla/geckodriver/releases/download/v0.21.0/geckodriver-v0.21.0-linux64.tar.gz",
"filename": "geckodriver"
}
},
"darwin": {
"amd64": {
"url": "https://github.com/mozilla/geckodriver/releases/download/v0.20.1/geckodriver-v0.20.1-macos.tar.gz",
"url": "https://github.com/mozilla/geckodriver/releases/download/v0.21.0/geckodriver-v0.21.0-macos.tar.gz",
"filename": "geckodriver"
}
},
"windows": {
"386": {
"url": "https://github.com/mozilla/geckodriver/releases/download/v0.18.0/geckodriver-v0.18.0-win32.zip",
"url": "https://github.com/mozilla/geckodriver/releases/download/v0.21.0/geckodriver-v0.21.0-win32.zip",
"filename": "geckodriver.exe"
},
"amd64": {
"url": "https://github.com/mozilla/geckodriver/releases/download/v0.20.1/geckodriver-v0.20.1-win64.zip",
"url": "https://github.com/mozilla/geckodriver/releases/download/v0.21.0/geckodriver-v0.21.0-win64.zip",
"filename": "geckodriver.exe"
}
}
Expand Down

0 comments on commit 770e092

Please sign in to comment.