Table of Contents

Class GetAffectedUrlsForThirdPartyCookieMetadataCommandSettings

Namespace
OpenQA.Selenium.DevTools.V135.Storage
Assembly
WebDriver.dll

GetAffectedUrlsForThirdPartyCookieMetadata

public sealed class GetAffectedUrlsForThirdPartyCookieMetadataCommandSettings : ICommand
Inheritance
GetAffectedUrlsForThirdPartyCookieMetadataCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

FirstPartyUrl

Gets or sets the firstPartyUrl

[JsonPropertyName("firstPartyUrl")]
public string FirstPartyUrl { get; set; }

Property Value

string

ThirdPartyUrls

Gets or sets the thirdPartyUrls

[JsonPropertyName("thirdPartyUrls")]
public string[] ThirdPartyUrls { get; set; }

Property Value

string[]