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

Commit

Permalink
Updating to selenium 2.25.
Browse files Browse the repository at this point in the history
  • Loading branch information
juliemr committed Aug 27, 2013
1 parent e96cd79 commit 1220ecf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,4 @@ A script is included to do the download for you - run with (add the --nocd optio

Start the selenium standalone with

java -jar selenium/selenium-server-standalone-2.34.0.jar -Dwebdriver.chrome.driver=./selenium/chromedriver
java -jar selenium/selenium-server-standalone-2.35.0.jar -Dwebdriver.chrome.driver=./selenium/chromedriver
10 changes: 5 additions & 5 deletions bin/install_selenium_standalone
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ var AdmZip = require('adm-zip')
// Thanks to http://www.hacksparrow.com/using-node-js-to-download-files.html
// for the outline of this code.
var SELENIUM_URL =
'http://selenium.googlecode.com/files/selenium-server-standalone-2.34.0.jar';
'http://selenium.googlecode.com/files/selenium-server-standalone-2.35.0.jar';
var CHROMEDRIVER_URL_MAC =
'https://chromedriver.googlecode.com/files/chromedriver_mac32_2.0.zip';
'https://chromedriver.googlecode.com/files/chromedriver_mac32_2.2.zip';
var CHROMEDRIVER_URL_LINUX32 =
'https://chromedriver.googlecode.com/files/chromedriver_linux32_2.0.zip';
'https://chromedriver.googlecode.com/files/chromedriver_linux32_2.2.zip';
var CHROMEDRIVER_URL_LINUX64 =
'https://chromedriver.googlecode.com/files/chromedriver_linux64_2.0.zip';
'https://chromedriver.googlecode.com/files/chromedriver_linux64_2.2.zip';
var CHROMEDRIVER_URL_WINDOWS =
'https://chromedriver.googlecode.com/files/chromedriver_win32_2.0.zip';
'https://chromedriver.googlecode.com/files/chromedriver_win32_2.2.zip';

var DOWNLOAD_DIR = './selenium/';
var chromedriver_url = '';
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"author": "Julie Ralph <ju.ralph@gmail.com>",
"dependencies": {
"selenium-webdriver": "~2.34.0",
"selenium-webdriver": "~2.35.0",
"minijasminenode": "~0.2.0",
"saucelabs": "~0.1.0",
"glob": ">=3.1.14",
Expand Down

0 comments on commit 1220ecf

Please sign in to comment.