Skip to content

Commit 597c846

Browse files
committed
Set headless to false in launch options
1 parent 6a544ac commit 597c846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/processSnapshot.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ async function processSnapshot(snapshot: Snapshot, ctx: Context): Promise<Record
8080
updateLogContext({ task: 'discovery' });
8181
ctx.log.debug(`Processing snapshot ${snapshot.name} ${snapshot.url}`);
8282

83-
let launchOptions: Record<string, any> = { headless: false }
83+
let launchOptions: Record<string, any> = { headless: true }
8484
let contextOptions: Record<string, any> = {
8585
javaScriptEnabled: ctx.config.cliEnableJavaScript,
8686
userAgent: constants.CHROME_USER_AGENT,

0 commit comments

Comments
 (0)