Table of Contents

Class PageCloseOptions

Namespace
PuppeteerSharp
Assembly
PuppeteerSharp.dll

Page close options.

public class PageCloseOptions
Inheritance
PageCloseOptions

Properties

RunBeforeUnload

Defaults to false. Whether to run the beforeunload page handlers.

public bool RunBeforeUnload { get; set; }

Property Value

bool

See Also