mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-02-23 16:19:49 -05:00
headless chrome
This commit is contained in:
parent
3fc48a9aa8
commit
d610c7745b
@ -167,6 +167,8 @@ class Chrome:
|
||||
new_env['HOME'] = self._home_tmpdir.name
|
||||
chrome_args = [
|
||||
self.chrome_exe,
|
||||
'-v',
|
||||
'--headless',
|
||||
'--remote-debugging-port=%s' % self.port,
|
||||
'--use-mock-keychain', # mac thing
|
||||
'--user-data-dir=%s' % self._chrome_user_data_dir,
|
||||
|
Loading…
x
Reference in New Issue
Block a user