mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-06-07 06:32:54 -04:00
Removing first run ui checks
This commit is contained in:
parent
e7353fbb4b
commit
9cf20f195c
1 changed files with 1 additions and 0 deletions
|
@ -205,6 +205,7 @@ class Chrome:
|
||||||
"--remote-debugging-port=%s" % self.port,
|
"--remote-debugging-port=%s" % self.port,
|
||||||
"--disable-web-sockets", "--disable-cache",
|
"--disable-web-sockets", "--disable-cache",
|
||||||
"--window-size=1100,900", "--enable-logging",
|
"--window-size=1100,900", "--enable-logging",
|
||||||
|
"--no-default-browser-check", "--disable-first-run-ui", "--no-first-run",
|
||||||
"--homepage=about:blank", "about:blank"]
|
"--homepage=about:blank", "about:blank"]
|
||||||
self.logger.info("running {}".format(chrome_args))
|
self.logger.info("running {}".format(chrome_args))
|
||||||
self.chrome_process = subprocess.Popen(chrome_args, start_new_session=True)
|
self.chrome_process = subprocess.Popen(chrome_args, start_new_session=True)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue