diff --git a/nightwatch.conf.js b/nightwatch.conf.js index 9b4584b..17de0fb 100755 --- a/nightwatch.conf.js +++ b/nightwatch.conf.js @@ -38,7 +38,7 @@ module.exports = { // More info on Chromedriver: https://sites.google.com/a/chromium.org/chromedriver/ // // w3c:false tells Chromedriver to run using the legacy JSONWire protocol (not required in Chrome 78) - w3c: false, + w3c: true, args: [ '--headless', '--start-maximized', diff --git a/package.json b/package.json index ff77a2f..8201b6c 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webship-js", - "version": "1.0.29", + "version": "1.0.30", "description": "Webship JS automated functional testing.", "main": "index.js", "directories": {