Table of Contents

Class DisposeBrowserContextCommandSettings

Namespace
OpenQA.Selenium.DevTools.V147.Target
Assembly
Selenium.WebDriver.dll

Deletes a BrowserContext. All the belonging pages will be closed without calling their beforeunload hooks.

public sealed class DisposeBrowserContextCommandSettings : ICommand
Inheritance
DisposeBrowserContextCommandSettings
Implements
Inherited Members

Properties

BrowserContextId

Gets or sets the browserContextId

[JsonPropertyName("browserContextId")]
public string BrowserContextId { get; set; }

Property Value

string

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string