4knort
Results
1
comments of
4knort
``` on('before:browser:launch', (browser, launchOptions) => { if (browser.name === 'chrome') { launchOptions.args.push(`--window-size=1280,${720 + 124}`); } return launchOptions; }); ``` this workaround doesn't work if we screenshot elements, not full page....