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 ef3a0fa commit e0b214bCopy full SHA for e0b214b
webdriver-ts/src/playwrightAccess.ts
@@ -97,7 +97,7 @@ export async function startBrowser(benchmarkOptions: BenchmarkDriverOptions): Pr
97
const height = 800;
98
99
const browser = await chromium.launch({
100
- headless: false,
+ headless: benchmarkOptions.headless,
101
// executablePath: "/Applications/Google Chrome.app/Contents/MacOS/Google Chrome",
102
executablePath: browserPath(benchmarkOptions),
103
});
0 commit comments