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 25caac8 commit 5e26986Copy full SHA for 5e26986
runner/headless.go
@@ -61,7 +61,7 @@ func NewBrowser(proxy string, useLocal bool, optionalArgs map[string]string) (*B
61
Set("mute-audio", "true").
62
Set("incognito", "true").
63
Delete("use-mock-keychain").
64
- Headless(false).
+ Headless(true).
65
UserDataDir(dataStore)
66
67
if MustDisableSandbox() {
0 commit comments