Table of Contents

Class BrowserContextCloseOptions

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

Constructors

BrowserContextCloseOptions()

public BrowserContextCloseOptions()

BrowserContextCloseOptions(BrowserContextCloseOptions)

public BrowserContextCloseOptions(BrowserContextCloseOptions clone)

Parameters

clone BrowserContextCloseOptions

Properties

Reason

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

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

Property Value

string