LaunchPWAOptions interface
Options for Browser.launchPWA().
Signature
export interface LaunchPWAOptions
Properties
Property | Modifiers | Type | Description | Default |
|---|---|---|---|---|
| manifestId | string | The id from the web app's manifest file. | ||
| timeout |
| number | Maximum time in milliseconds to wait for the app's page target to appear. Defaults to 30 seconds. Pass | |
| url |
| string | An optional URL within the app's scope to launch. Defaults to the app's start URL. |