Skip to content

Commit

Permalink
fixes #64 - chrome will ignore command line flags it doesn't yet know…
Browse files Browse the repository at this point in the history
… about.
  • Loading branch information
zzo committed Dec 1, 2015
1 parent 41c8a0d commit 426e7c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Expand Up @@ -37,7 +37,8 @@ var ChromeBrowser = function (baseBrowserDecorator, args) {
'--no-first-run',
'--disable-default-apps',
'--disable-popup-blocking',
'--disable-translate'
'--disable-translate',
'--disable-background-timer-throttling'
].concat(flags, [url])
}
}
Expand Down

0 comments on commit 426e7c3

Please sign in to comment.