Class CreateBrowserContextCommandResponse
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; }