Closed
Description
openedon Jun 18, 2021
{
name: 'Chromium',
use: {
browserName: 'chromium',
// Make Chromium maximized
// @ts-ignore
viewport: null,
launchOptions: {
headless: false,
args: ["--start-maximized"]
},
},
},
],
See the ts-ignore.
If we go with the #7221 approach, then we don't have to fix that.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment