Class CookieDeprecationMetadataIssueDetails

java.lang.Object
org.openqa.selenium.devtools.v126.audits.model.CookieDeprecationMetadataIssueDetails

public class CookieDeprecationMetadataIssueDetails extends Object
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`.
  • Constructor Details

    • CookieDeprecationMetadataIssueDetails

      public CookieDeprecationMetadataIssueDetails(List<String> allowedSites, Number optOutPercentage, Boolean isOptOutTopLevel, CookieOperation operation)
  • Method Details

    • getAllowedSites

      public List<String> getAllowedSites()
    • getOptOutPercentage

      public Number getOptOutPercentage()
    • getIsOptOutTopLevel

      public Boolean getIsOptOutTopLevel()
    • getOperation

      public CookieOperation getOperation()