Table of Contents

Class CreateBrowserContextCommandResponse

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

Response for Creates a new empty BrowserContext. Similar to an incognito profile but you can have more than one.

public sealed class CreateBrowserContextCommandResponse : ICommandResponse<CreateBrowserContextCommandSettings>, ICommandResponse
Inheritance
CreateBrowserContextCommandResponse
Implements
Inherited Members
Extension Methods

Properties

BrowserContextId

The id of the context created.

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

Property Value

string