mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-02-24 08:39:59 -05:00
Merge pull request #20 from adam-miller/master
Removing first run ui checks
This commit is contained in:
commit
d6b696ded8
@ -205,6 +205,7 @@ class Chrome:
|
||||
"--remote-debugging-port=%s" % self.port,
|
||||
"--disable-web-sockets", "--disable-cache",
|
||||
"--window-size=1100,900", "--enable-logging",
|
||||
"--no-default-browser-check", "--disable-first-run-ui", "--no-first-run",
|
||||
"--homepage=about:blank", "about:blank"]
|
||||
self.logger.info("running {}".format(chrome_args))
|
||||
self.chrome_process = subprocess.Popen(chrome_args, start_new_session=True)
|
||||
|
Loading…
x
Reference in New Issue
Block a user