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 #86 from vania-pooh/master
Browse files Browse the repository at this point in the history
Bump IEDriver and Chromedriver versions
  • Loading branch information
vania-pooh authored Oct 16, 2017
2 parents 779638f + a05115f commit 5ecd6b8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions browsers.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,27 @@
"files": {
"linux": {
"386": {
"url": "http://chromedriver.storage.googleapis.com/2.32/chromedriver_linux32.zip",
"url": "http://chromedriver.storage.googleapis.com/2.33/chromedriver_linux32.zip",
"filename": "chromedriver"
},
"amd64": {
"url": "http://chromedriver.storage.googleapis.com/2.32/chromedriver_linux64.zip",
"url": "http://chromedriver.storage.googleapis.com/2.33/chromedriver_linux64.zip",
"filename": "chromedriver"
}
},
"darwin": {
"amd64": {
"url": "http://chromedriver.storage.googleapis.com/2.32/chromedriver_mac64.zip",
"url": "http://chromedriver.storage.googleapis.com/2.33/chromedriver_mac64.zip",
"filename": "chromedriver"
}
},
"windows": {
"386": {
"url": "http://chromedriver.storage.googleapis.com/2.32/chromedriver_win32.zip",
"url": "http://chromedriver.storage.googleapis.com/2.33/chromedriver_win32.zip",
"filename": "chromedriver.exe"
},
"amd64": {
"url": "http://chromedriver.storage.googleapis.com/2.32/chromedriver_win32.zip",
"url": "http://chromedriver.storage.googleapis.com/2.33/chromedriver_win32.zip",
"filename": "chromedriver.exe"
}
}
Expand Down Expand Up @@ -109,11 +109,11 @@
"files": {
"windows": {
"386": {
"url": "http://selenium-release.storage.googleapis.com/3.4/IEDriverServer_Win32_3.4.0.zip",
"url": "http://selenium-release.storage.googleapis.com/3.6/IEDriverServer_Win32_3.6.0.zip",
"filename": "IEDriverServer.exe"
},
"amd64": {
"url": "http://selenium-release.storage.googleapis.com/3.4/IEDriverServer_x64_3.4.0.zip",
"url": "http://selenium-release.storage.googleapis.com/3.6/IEDriverServer_x64_3.6.0.zip",
"filename": "IEDriverServer.exe"
}
}
Expand Down

0 comments on commit 5ecd6b8

Please sign in to comment.