Skip to main content
Version: 17.1.2

BrowserLaunchArgumentOptions.args property

Additional command line arguments to pass to the browser instance.

Signature:

interface BrowserLaunchArgumentOptions {
args?: string[];
}