Table of Contents

Class CreateBrowserContextCommandResponse

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

Response for CreateBrowserContext

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

Properties

BrowserContextId

Gets or sets the browserContextId

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

Property Value

string