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

Commit a21e882

Browse files
committed
chore(webdriver): update selenium standalone to 2.41
1 parent 739a650 commit a21e882

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Diff for: bin/webdriver-manager

+5-2
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,12 @@ var binaries = {
2323
prefix: 'selenium-server-standalone',
2424
filename: 'selenium-server-standalone-' + versions.selenium + '.jar',
2525
url: function() {
26-
return 'http://selenium-release.storage.googleapis.com/2.40/' +
27-
'selenium-server-standalone-' + versions.selenium+ '.jar';
26+
return 'http://selenium-release.storage.googleapis.com/' +
27+
versions.selenium + '/' +
28+
'selenium-server-standalone-' + versions.selenium + '.jar';
2829
}
30+
31+
http://selenium-release.storage.googleapis.com/2.41/selenium-server-standalone-2.41.0.jar
2932
},
3033
chrome: {
3134
name: 'chromedriver',

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"license": "MIT",
5050
"version": "0.21.0",
5151
"webdriverVersions": {
52-
"selenium": "2.40.0",
52+
"selenium": "2.41.0",
5353
"chromedriver": "2.9",
5454
"iedriver": "2.40.0"
5555
}

0 commit comments

Comments
 (0)