Skip to content

Commit

Permalink
Enable Automation for default Chrome Browser
Browse files Browse the repository at this point in the history
  • Loading branch information
rgant authored Apr 5, 2019
1 parent 11156d7 commit a600510
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ var ChromeBrowser = function (baseBrowserDecorator, args) {

return [
'--user-data-dir=' + userDataDir,
// https://github.com/GoogleChrome/chrome-launcher/blob/master/docs/chrome-flags-for-tools.md#--enable-automation
'--enable-automation',
'--no-default-browser-check',
'--no-first-run',
'--disable-default-apps',
Expand Down

0 comments on commit a600510

Please sign in to comment.