Class InsecureContentStatus

java.lang.Object
org.openqa.selenium.devtools.v85.security.model.InsecureContentStatus

@Deprecated public class InsecureContentStatus extends Object
Deprecated.
Information about insecure content on the page.
  • Constructor Details

    • InsecureContentStatus

      public InsecureContentStatus(Boolean ranMixedContent, Boolean displayedMixedContent, Boolean containedMixedForm, Boolean ranContentWithCertErrors, Boolean displayedContentWithCertErrors, SecurityState ranInsecureContentStyle, SecurityState displayedInsecureContentStyle)
      Deprecated.
  • Method Details

    • getRanMixedContent

      public Boolean getRanMixedContent()
      Deprecated.
      Always false.
    • getDisplayedMixedContent

      public Boolean getDisplayedMixedContent()
      Deprecated.
      Always false.
    • getContainedMixedForm

      public Boolean getContainedMixedForm()
      Deprecated.
      Always false.
    • getRanContentWithCertErrors

      public Boolean getRanContentWithCertErrors()
      Deprecated.
      Always false.
    • getDisplayedContentWithCertErrors

      public Boolean getDisplayedContentWithCertErrors()
      Deprecated.
      Always false.
    • getRanInsecureContentStyle

      public SecurityState getRanInsecureContentStyle()
      Deprecated.
      Always set to unknown.
    • getDisplayedInsecureContentStyle

      public SecurityState getDisplayedInsecureContentStyle()
      Deprecated.
      Always set to unknown.