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 6a544ac commit 597c846Copy full SHA for 597c846
src/lib/processSnapshot.ts
@@ -80,7 +80,7 @@ async function processSnapshot(snapshot: Snapshot, ctx: Context): Promise<Record
80
updateLogContext({ task: 'discovery' });
81
ctx.log.debug(`Processing snapshot ${snapshot.name} ${snapshot.url}`);
82
83
- let launchOptions: Record<string, any> = { headless: false }
+ let launchOptions: Record<string, any> = { headless: true }
84
let contextOptions: Record<string, any> = {
85
javaScriptEnabled: ctx.config.cliEnableJavaScript,
86
userAgent: constants.CHROME_USER_AGENT,
0 commit comments