Table of Contents

Class GetBrowserContextsCommandResponse

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

Response for GetBrowserContexts

public sealed class GetBrowserContextsCommandResponse : ICommandResponse<GetBrowserContextsCommandSettings>, ICommandResponse
Inheritance
GetBrowserContextsCommandResponse
Implements
Inherited Members
Extension Methods

Properties

BrowserContextIds

Gets or sets the browserContextIds

[JsonPropertyName("browserContextIds")]
public string[] BrowserContextIds { get; set; }

Property Value

string[]