Table of Contents

Class CookieIssueInsight

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

Information about the suggested solution to a cookie issue.

public sealed class CookieIssueInsight
Inheritance
CookieIssueInsight
Inherited Members

Properties

TableEntryUrl

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

[JsonPropertyName("tableEntryUrl")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? TableEntryUrl { get; set; }

Property Value

string

Type

type

[JsonPropertyName("type")]
public InsightType Type { get; set; }

Property Value

InsightType