Skip to main content
Version: 16.1.0

BrowserLaunchArgumentOptions.args property

Additional command line arguments to pass to the browser instance.

Signature:

interface BrowserLaunchArgumentOptions {
args?: string[];
}