Class GetBrowserContextsCommandResponse
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[]