Table of Contents

Class GetAffectedUrlsForThirdPartyCookieMetadataCommandSettings

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

Returns the list of URLs from a page and its embedded resources that match existing grace period URL pattern rules. https://developers.google.com/privacy-sandbox/cookies/temporary-exceptions/grace-period

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

The URL of the page currently being visited.

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

Property Value

string

ThirdPartyUrls

The list of embedded resource URLs from the page.

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

Property Value

string[]