Skip to content

Commit 5e26986

Browse files
authored
Update headless.go
1 parent 25caac8 commit 5e26986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runner/headless.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ func NewBrowser(proxy string, useLocal bool, optionalArgs map[string]string) (*B
6161
Set("mute-audio", "true").
6262
Set("incognito", "true").
6363
Delete("use-mock-keychain").
64-
Headless(false).
64+
Headless(true).
6565
UserDataDir(dataStore)
6666

6767
if MustDisableSandbox() {

0 commit comments

Comments
 (0)