We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f7ecc3 commit 31413a4Copy full SHA for 31413a4
lib/ferrum/browser/options/chrome.rb
@@ -36,6 +36,7 @@ class Chrome < Base
36
"metrics-recording-only" => nil,
37
"safebrowsing-disable-auto-update" => nil,
38
"password-store" => "basic",
39
+ "no-startup-window" => nil,
40
# Note: --no-sandbox is not needed if you properly setup a user in the container.
41
# https://github.com/ebidel/lighthouse-ci/blob/master/builder/Dockerfile#L35-L40
42
# "no-sandbox" => nil,
0 commit comments