Table of Contents

Class UserReidentificationIssueDetails

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

UserReidentificationIssueDetails

public sealed class UserReidentificationIssueDetails
Inheritance
UserReidentificationIssueDetails
Inherited Members

Properties

Request

request

[JsonPropertyName("request")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public AffectedRequest? Request { get; set; }

Property Value

AffectedRequest

SourceCodeLocation

sourceCodeLocation

[JsonPropertyName("sourceCodeLocation")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public SourceCodeLocation? SourceCodeLocation { get; set; }

Property Value

SourceCodeLocation

Type

type

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

Property Value

UserReidentificationIssueType