Merge pull request #294 from vbanos/chrome130

Add support for Chrome > 110
This commit is contained in:
Barbara Miller 2024-10-17 09:47:36 -07:00 committed by GitHub
commit 7c5b5da722
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",