Skip to main content
Version: Next

BrowserLaunchArgumentOptions.args property

Additional command line arguments to pass to the browser instance.

Signature:

interface BrowserLaunchArgumentOptions {
args?: string[];
}