Disable first run dialog on chrome
This commit is contained in:
Родитель
097e4d5da3
Коммит
f25e013a28
|
@ -171,6 +171,7 @@ class ChromeExecutor(BrowserExecutor):
|
|||
# settings
|
||||
runner.rm("profile/")
|
||||
runner.mkdir("profile/")
|
||||
runner.write("profile/First Run", "")
|
||||
|
||||
effective_args = ["--disable-setuid-sandbox"] + \
|
||||
["--user-data-dir=profile"] + \
|
||||
|
|
Загрузка…
Ссылка в новой задаче