Skip to content

Commit

Permalink
Updated selenium to 2.43.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Barone committed Oct 10, 2014
1 parent 884fbb1 commit f83c12c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules/
Binary file not shown.
2 changes: 1 addition & 1 deletion tasks/selenium_webdriver.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ var spawn = require('child_process').spawn,
phantomProcess = null,
fs = require('fs' ),
os = require('os' ),
JAR_NAME = 'selenium-server-standalone-2.42.2.jar';
JAR_NAME = 'selenium-server-standalone-2.43.1.jar';

function getEnv () {
return 'Environment: [' + os.type() + ',' +
Expand Down

0 comments on commit f83c12c

Please sign in to comment.