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 16757d9 commit 811aeaaCopy full SHA for 811aeaa
webdriver-ts/src/puppeteerAccess.ts
@@ -99,7 +99,7 @@ export async function startBrowser(benchmarkOptions: BenchmarkDriverOptions): Pr
99
window_height = height;
100
101
let args = [`--window-size=${window_width},${window_height}`,'--js-flags=--expose-gc' ];
102
- if (benchmarkOptions.headless) args.push('--headless=chrome');
+ if (benchmarkOptions.headless) args.push('--headless=new');
103
104
const browser = await puppeteer.launch({
105
headless: false,
0 commit comments