Class SafetyTipInfo
java.lang.Object
org.openqa.selenium.devtools.v140.security.model.SafetyTipInfo
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionDescribes whether the page triggers any safety tips or reputation warnings.The URL the safety tip suggested ("Did you mean?"). 
- 
Constructor Details
- 
SafetyTipInfo
 
 - 
 - 
Method Details
- 
getSafetyTipStatus
Describes whether the page triggers any safety tips or reputation warnings. Default is unknown. - 
getSafeUrl
The URL the safety tip suggested ("Did you mean?"). Only filled in for lookalike matches. 
 -