BrowserLaunchArgumentOptions.args property
Additional command line arguments to pass to the browser instance.
Signature:
interface BrowserLaunchArgumentOptions {
args?: string[];
}
Additional command line arguments to pass to the browser instance.
Signature:
interface BrowserLaunchArgumentOptions {
args?: string[];
}