Table of Contents

Class CookieDeprecationMetadataIssueDetails

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

This issue warns about third-party sites that are accessing cookies on the current page, and have been permitted due to having a global metadata grant. Note that in this context 'site' means eTLD+1. For example, if the URL https://example.test:80/web_page was accessing cookies, the site reported would be example.test.

public sealed class CookieDeprecationMetadataIssueDetails
Inheritance
CookieDeprecationMetadataIssueDetails
Inherited Members

Properties

AllowedSites

allowedSites

[JsonPropertyName("allowedSites")]
public string[] AllowedSites { get; set; }

Property Value

string[]

IsOptOutTopLevel

isOptOutTopLevel

[JsonPropertyName("isOptOutTopLevel")]
public bool IsOptOutTopLevel { get; set; }

Property Value

bool

Operation

operation

[JsonPropertyName("operation")]
public CookieOperation Operation { get; set; }

Property Value

CookieOperation

OptOutPercentage

optOutPercentage

[JsonPropertyName("optOutPercentage")]
public double OptOutPercentage { get; set; }

Property Value

double