Class CreatePageOptions
- Namespace
- PuppeteerSharp
- Assembly
- PuppeteerSharp.dll
Options for creating a new page.
public class CreatePageOptions
- Inheritance
-
CreatePageOptions
Properties
Background
Gets or sets a value indicating whether to create the page in the background.
public bool? Background { get; set; }
Property Value
- bool?
falseby default.
Type
Gets or sets the type of page to create.
public CreatePageType? Type { get; set; }
Property Value
WindowBounds
public WindowBounds WindowBounds { get; set; }