Class LaunchPWAOptions
- Namespace
- PuppeteerSharp
- Assembly
- PuppeteerSharp.dll
Options for LaunchPWAAsync(LaunchPWAOptions).
public class LaunchPWAOptions
- Inheritance
-
LaunchPWAOptions
Properties
ManifestId
Gets or sets the id from the web app's manifest file.
public string ManifestId { get; set; }
Property Value
Timeout
Gets or sets the maximum time in milliseconds to wait for the app's page target to appear.
Defaults to 30 seconds. Pass 0 to disable the timeout.
public int? Timeout { get; set; }
Property Value
- int?
Url
Gets or sets an optional URL within the app's scope to launch. Defaults to the app's start URL.
public string Url { get; set; }