Table of Contents

Class CookieIssueInsight

Namespace
Selenium.WebDriver.BiDi.Cdp.Audits
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

Information about the suggested solution to a cookie issue.

public sealed record CookieIssueInsight : IEquatable<CookieIssueInsight>
Inheritance
CookieIssueInsight
Implements
Inherited Members

Constructors

CookieIssueInsight(InsightType)

Information about the suggested solution to a cookie issue.

public CookieIssueInsight(InsightType Type)

Parameters

Type InsightType

Properties

TableEntryUrl

Link to table entry in third-party cookie migration readiness list.

public string? TableEntryUrl { get; init; }

Property Value

string

Type

public InsightType Type { get; init; }

Property Value

InsightType