Class SetDocumentCookieDisabledCommandSettings
SetDocumentCookieDisabled
public sealed class SetDocumentCookieDisabledCommandSettings : ICommand
- Inheritance
-
SetDocumentCookieDisabledCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Disabled
Whether document.coookie API should be disabled.
[JsonPropertyName("disabled")]
public bool Disabled { get; set; }