Table of Contents

Class SecurityOriginDetails

Namespace
OpenQA.Selenium.DevTools.V146.Page
Assembly
Selenium.WebDriver.dll

Additional information about the frame document's security origin.

public sealed class SecurityOriginDetails
Inheritance
SecurityOriginDetails
Inherited Members

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).

[JsonPropertyName("isLocalhost")]
public bool IsLocalhost { get; set; }

Property Value

bool