Skip to content

Commit

Permalink
make example.ts default to headless
Browse files Browse the repository at this point in the history
  • Loading branch information
dphiffer committed Aug 18, 2023
1 parent f283d9b commit be7ee9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { join } from 'path';

const config: CollectorOptions = {
numPages: 1,
headless: false,
headless: true,
emulateDevice: KnownDevices[EMULATE_DEVICE],
// Uncomment to run with desktop/laptop browser
// emulateDevice: {
Expand Down

0 comments on commit be7ee9e

Please sign in to comment.