mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-08-03 03:56:24 -04:00
Add support for Chrome > 110
This commit is contained in:
parent
8007d61a0f
commit
f39cc632ed
1 changed files with 1 additions and 0 deletions
|
@ -184,6 +184,7 @@ class Chrome:
|
|||
self.chrome_exe,
|
||||
"-v",
|
||||
"--remote-debugging-port=%s" % self.port,
|
||||
"--remote-allow-origins=http://localhost:%s" % self.port,
|
||||
"--use-mock-keychain", # mac thing
|
||||
"--user-data-dir=%s" % self._chrome_user_data_dir,
|
||||
"--disable-background-networking",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue