Table of Contents

Class InsecureContentStatus

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

Information about insecure content on the page.

public sealed class InsecureContentStatus
Inheritance
InsecureContentStatus
Inherited Members

Properties

ContainedMixedForm

Always false.

[JsonPropertyName("containedMixedForm")]
public bool ContainedMixedForm { get; set; }

Property Value

bool

DisplayedContentWithCertErrors

Always false.

[JsonPropertyName("displayedContentWithCertErrors")]
public bool DisplayedContentWithCertErrors { get; set; }

Property Value

bool

DisplayedInsecureContentStyle

Always set to unknown.

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

Property Value

SecurityState

DisplayedMixedContent

Always false.

[JsonPropertyName("displayedMixedContent")]
public bool DisplayedMixedContent { get; set; }

Property Value

bool

RanContentWithCertErrors

Always false.

[JsonPropertyName("ranContentWithCertErrors")]
public bool RanContentWithCertErrors { get; set; }

Property Value

bool

RanInsecureContentStyle

Always set to unknown.

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

Property Value

SecurityState

RanMixedContent

Always false.

[JsonPropertyName("ranMixedContent")]
public bool RanMixedContent { get; set; }

Property Value

bool