Skip to content

Commit 426e7c3

Browse files
committed
fixes #64 - chrome will ignore command line flags it doesn't yet know about.
1 parent 41c8a0d commit 426e7c3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ var ChromeBrowser = function (baseBrowserDecorator, args) {
3737
'--no-first-run',
3838
'--disable-default-apps',
3939
'--disable-popup-blocking',
40-
'--disable-translate'
40+
'--disable-translate',
41+
'--disable-background-timer-throttling'
4142
].concat(flags, [url])
4243
}
4344
}

0 commit comments

Comments
 (0)