Skip to content

Commit

Permalink
Merge 729fc40 into f4cd909
Browse files Browse the repository at this point in the history
  • Loading branch information
imurchie committed Nov 28, 2018
2 parents f4cd909 + 729fc40 commit f8fcff9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/commands/context.js
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ helpers.setupNewChromedriver = async function setupNewChromedriver (opts, curDev
mappingPath: opts.chromedriverChromeMappingFile,
bundleId: opts.chromeBundleId,
useSystemExecutable: opts.chromedriverUseSystemExecutable,
disableBuildCheck: opts.chromedriverDisableBuildCheck,
});

// make sure there are chromeOptions
Expand Down
3 changes: 3 additions & 0 deletions lib/desired-caps.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ let commonCapConstraints = {
chromedriverUseSystemExecutable: {
isBoolean: true
},
chromedriverDisableBuildCheck: {
isBoolean: true
},
autoWebviewTimeout: {
isNumber: true
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@babel/runtime": "^7.0.0",
"appium-adb": "^6.27.0",
"appium-base-driver": "^3.0.0",
"appium-chromedriver": "^4.0.0",
"appium-chromedriver": "^4.8.0",
"appium-support": "^2.24.1",
"asyncbox": "^2.0.4",
"bluebird": "^3.4.7",
Expand Down

0 comments on commit f8fcff9

Please sign in to comment.