Table of Contents

Enum SecureContextType

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

Indicates whether the frame is a secure context and why it is the case.

[JsonConverter(typeof(JsonStringEnumConverter<SecureContextType>))]
public enum SecureContextType

Fields

InsecureAncestor = 3
InsecureScheme = 2
Secure = 0
SecureLocalhost = 1