Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Table of Contents

Class GetBrowserContextsCommandResponse

Namespace
OpenQA.Selenium.DevTools.V136.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[]