Class SecurityOriginDetails

java.lang.Object
org.openqa.selenium.devtools.v136.page.model.SecurityOriginDetails

@Beta public class SecurityOriginDetails extends Object
Additional information about the frame document's security origin.
  • Constructor Details

    • SecurityOriginDetails

      public SecurityOriginDetails(Boolean isLocalhost)
  • Method Details

    • getIsLocalhost

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