diff --git a/lib/ferrum/browser/options/chrome.rb b/lib/ferrum/browser/options/chrome.rb index c1ce3ebd..c879adf8 100644 --- a/lib/ferrum/browser/options/chrome.rb +++ b/lib/ferrum/browser/options/chrome.rb @@ -36,6 +36,7 @@ class Chrome < Base "metrics-recording-only" => nil, "safebrowsing-disable-auto-update" => nil, "password-store" => "basic", + "no-startup-window" => nil, # Note: --no-sandbox is not needed if you properly setup a user in the container. # https://github.com/ebidel/lighthouse-ci/blob/master/builder/Dockerfile#L35-L40 # "no-sandbox" => nil,