Class SecurityOriginDetails
java.lang.Object
org.openqa.selenium.devtools.v136.page.model.SecurityOriginDetails
Additional information about the frame document's security origin.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionIndicates whether the frame document's security origin is one of the local hostnames (e.g.
-
Constructor Details
-
SecurityOriginDetails
-
-
Method Details
-
getIsLocalhost
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).
-