Merge pull request #74 from vbanos/disable-background-networking

Add --disable-background-networking chromium flag
This commit is contained in:
Noah Levitt 2018-01-09 09:57:23 -08:00 committed by GitHub
commit 46fcd055a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -126,6 +126,7 @@ class Chrome:
'--remote-debugging-port=%s' % self.port,
'--use-mock-keychain', # mac thing
'--user-data-dir=%s' % self._chrome_user_data_dir,
'--disable-background-networking',
'--disable-web-sockets', '--disable-cache',
'--window-size=1100,900', '--no-default-browser-check',
'--disable-first-run-ui', '--no-first-run',