Table of Contents

Class SetCookieControlsCommandSettings

Namespace
OpenQA.Selenium.DevTools.V149.Network
Assembly
Selenium.WebDriver.dll

Sets Controls for third-party cookie access Page reload is required before the new cookie behavior will be observed

public sealed class SetCookieControlsCommandSettings : ICommand
Inheritance
SetCookieControlsCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

EnableThirdPartyCookieRestriction

Whether 3pc restriction is enabled.

[JsonPropertyName("enableThirdPartyCookieRestriction")]
public bool EnableThirdPartyCookieRestriction { get; set; }

Property Value

bool