Table of Contents

Class BrowserCloseOptions

Namespace
Microsoft.Playwright
Assembly
Microsoft.Playwright.dll
public class BrowserCloseOptions
Inheritance
BrowserCloseOptions
Inherited Members

Constructors

BrowserCloseOptions()

public BrowserCloseOptions()

BrowserCloseOptions(BrowserCloseOptions)

public BrowserCloseOptions(BrowserCloseOptions clone)

Parameters

clone BrowserCloseOptions

Properties

Reason

The reason to be reported to the operations interrupted by the browser closure.

[JsonPropertyName("reason")]
public string? Reason { get; set; }

Property Value

string