Table of Contents

Class VisibleSecurityState

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

Security state information about the page.

public sealed class VisibleSecurityState
Inheritance
VisibleSecurityState
Inherited Members

Properties

CertificateSecurityState

Security state details about the page certificate.

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

Property Value

CertificateSecurityState

SafetyTipInfo

The type of Safety Tip triggered on the page. Note that this field will be set even if the Safety Tip UI was not actually shown.

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

Property Value

SafetyTipInfo

SecurityState

The security level of the page.

[JsonPropertyName("securityState")]
public SecurityState SecurityState { get; set; }

Property Value

SecurityState

SecurityStateIssueIds

Array of security state issues ids.

[JsonPropertyName("securityStateIssueIds")]
public string[] SecurityStateIssueIds { get; set; }

Property Value

string[]