set to json protocol

This commit is contained in:
John Hill
2019-06-11 15:51:02 -04:00
parent b3979eb2b9
commit 1e91e4e531

View File

@@ -30,6 +30,7 @@ module.exports = {
desiredCapabilities: {
browserName: 'chrome',
chromeOptions: {
w3c: false,
args: [
'window-size=1024,768'
]
@@ -61,6 +62,7 @@ module.exports = {
desiredCapabilities: {
browserName: 'chrome',
chromeOptions: {
w3c: false,
args: [
'headless',
'disable-web-security',