Table of Contents

Class SecurityOriginDetails

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

Additional information about the frame document's security origin.

public sealed record SecurityOriginDetails : IEquatable<SecurityOriginDetails>
Inheritance
SecurityOriginDetails
Implements
Inherited Members

Constructors

SecurityOriginDetails(bool)

Additional information about the frame document's security origin.

public SecurityOriginDetails(bool IsLocalhost)

Parameters

IsLocalhost bool

Indicates whether the frame document's security origin is one of the local hostnames (e.g. "localhost") or IP addresses (IPv4 127.0.0.0/8 or IPv6 ::1).

Properties

IsLocalhost

Indicates whether the frame document's security origin is one of the local hostnames (e.g. "localhost") or IP addresses (IPv4 127.0.0.0/8 or IPv6 ::1).

public bool IsLocalhost { get; init; }

Property Value

bool