Skip to content
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.

Commit

Permalink
Merge pull request #36 from mobify/update-selenium-chrome-drivers
Browse files Browse the repository at this point in the history
Update Selenium and Chrome Drivers
  • Loading branch information
Derrick S committed Nov 12, 2015
2 parents 76a76d7 + 07acaf4 commit c566302
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nightwatch-commands",
"version": "1.2.0",
"version": "1.3.0",
"description": "A set of Mobify specific custom commands for Nightwatch.js",
"repository": {
"type": "git",
Expand All @@ -11,7 +11,7 @@
"url": "https://github.com/mobify/nightwatch-commands/issues"
},
"devDependencies": {
"nightwatch": "0.6.11",
"nightwatch": "0.8.6",
"nodeunit": "~0.8.4",
"grunt": "0.4.5",
"grunt-contrib-jshint": "^0.10.0",
Expand Down
4 changes: 2 additions & 2 deletions selenium/installation/conf.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
var path = require('path');

// see http://selenium-release.storage.googleapis.com/index.html for latest
var seleniumVersion = '2.45.0';
var seleniumVersion = '2.48.2';

// see http://chromedriver.storage.googleapis.com/index.html
var chromeDriverVersion = '2.12';
var chromeDriverVersion = '2.20';

module.exports = {
selenium: {
Expand Down

0 comments on commit c566302

Please sign in to comment.