Table of Contents

Class SafetyTipInfo

Namespace
OpenQA.Selenium.DevTools.V148.Security
Assembly
Selenium.WebDriver.dll

SafetyTipInfo

public sealed class SafetyTipInfo
Inheritance
SafetyTipInfo
Inherited Members

Properties

SafeUrl

The URL the safety tip suggested ("Did you mean?"). Only filled in for lookalike matches.

[JsonPropertyName("safeUrl")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? SafeUrl { get; set; }

Property Value

string

SafetyTipStatus

Describes whether the page triggers any safety tips or reputation warnings. Default is unknown.

[JsonPropertyName("safetyTipStatus")]
public SafetyTipStatus SafetyTipStatus { get; set; }

Property Value

SafetyTipStatus