Class CanClearBrowserCookiesCommandResponse
Response for Tells whether clearing browser cookies is supported.
public sealed class CanClearBrowserCookiesCommandResponse : ICommandResponse<CanClearBrowserCookiesCommandSettings>, ICommandResponse
- Inheritance
-
CanClearBrowserCookiesCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
Result
True if browser cookies can be cleared.
[JsonPropertyName("result")]
public bool Result { get; set; }