Class SecurityStateExplanation

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

public class SecurityStateExplanation extends Object
An explanation of an factor contributing to the security state.
  • Constructor Details

  • Method Details

    • getSecurityState

      public SecurityState getSecurityState()
      Security state representing the severity of the factor being explained.
    • getTitle

      public String getTitle()
      Title describing the type of factor.
    • getSummary

      public String getSummary()
      Short phrase describing the type of factor.
    • getDescription

      public String getDescription()
      Full text explanation of the factor.
    • getMixedContentType

      public MixedContentType getMixedContentType()
      The type of mixed content described by the explanation.
    • getCertificate

      public List<String> getCertificate()
      Page certificate.
    • getRecommendations

      public Optional<List<String>> getRecommendations()
      Recommendations to fix any issues.