Removing first run ui checks

This commit is contained in:
Adam Miller 2014-05-02 17:37:10 -07:00
parent e7353fbb4b
commit 9cf20f195c

View File

@ -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)