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

@Beta public class SafetyTipInfo extends Object
  • Constructor Details

  • Method Details

    • getSafetyTipStatus

      public SafetyTipStatus getSafetyTipStatus()
      Describes whether the page triggers any safety tips or reputation warnings. Default is unknown.
    • getSafeUrl

      public Optional<String> getSafeUrl()
      The URL the safety tip suggested ("Did you mean?"). Only filled in for lookalike matches.