Skip to content

Commit 5ba42ea

Browse files
committed
Also update the jar version number in the run.js file
1 parent 9220031 commit 5ba42ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ var spawn = require('child_process').spawn;
66

77
var args = [
88
'-jar',
9-
__dirname + '/selenium-server-standalone-2.39.0.jar',
9+
__dirname + '/selenium-server-standalone-2.44.0.jar',
1010
'-Dwebdriver.chrome.driver=chromedriver'
1111
];
1212

0 commit comments

Comments
 (0)