Skip to content

Commit

Permalink
Merge pull request #197 from rgant/enable-automation
Browse files Browse the repository at this point in the history
feat: enable automation for default Chrome Browser
  • Loading branch information
rogeriopvl committed Apr 8, 2019
2 parents 11156d7 + a600510 commit a359787
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
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 a359787

Please sign in to comment.