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

Commit

Permalink
chore(webdriver): update selenium version to 2.40.0 and download loca…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
juliemr committed Feb 26, 2014
1 parent b6df2cf commit 220d793
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bin/webdriver-manager
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ var binaries = {
prefix: 'selenium-server-standalone',
filename: 'selenium-server-standalone-' + versions.selenium + '.jar',
url: function() {
return 'https://selenium.googlecode.com/files/' +
return 'http://selenium-release.storage.googleapis.com/2.40/' +
'selenium-server-standalone-' + versions.selenium+ '.jar';
}
},
Expand Down Expand Up @@ -54,7 +54,7 @@ var binaries = {
prefix: 'IEDriverServer',
filename: 'IEDriverServer_' + versions.iedriver + '.zip',
url: function() {
var urlPrefix = 'https://selenium.googlecode.com/files/IEDriverServer';
var urlPrefix = 'http://selenium-release.storage.googleapis.com/2.40/IEDriverServer';
if (os.type() == 'Windows_NT') {
if (os.arch() == 'x64') {
return urlPrefix + '_x64_' + versions.iedriver + '.zip';
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"license" : "MIT",
"version": "0.19.0",
"webdriverVersions": {
"selenium": "2.39.0",
"selenium": "2.40.0",
"chromedriver": "2.9",
"iedriver": "2.39.0"
"iedriver": "2.40.0"
}
}

0 comments on commit 220d793

Please sign in to comment.