Skip to content

Commit

Permalink
Add support for Chrome > 110
Browse files Browse the repository at this point in the history
  • Loading branch information
vbanos committed Oct 17, 2024
1 parent 8007d61 commit f39cc63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions brozzler/chrome.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ def start(
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",
Expand Down

0 comments on commit f39cc63

Please sign in to comment.