Class CanClearBrowserCookiesCommandResponse
Response for CanClearBrowserCookies
public sealed class CanClearBrowserCookiesCommandResponse : ICommandResponse<CanClearBrowserCookiesCommandSettings>, ICommandResponse- Inheritance
- 
      
      CanClearBrowserCookiesCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
Result
Gets or sets the result
[JsonPropertyName("result")]
public bool Result { get; set; }