Table of Contents

Class SafetyTipInfo

Namespace
Selenium.WebDriver.BiDi.Cdp.Security
Assembly
Selenium.WebDriver.BiDi.Cdp.dll
public sealed record SafetyTipInfo : IEquatable<SafetyTipInfo>
Inheritance
SafetyTipInfo
Implements
Inherited Members

Constructors

SafetyTipInfo(SafetyTipStatus)

public SafetyTipInfo(SafetyTipStatus SafetyTipStatus)

Parameters

SafetyTipStatus SafetyTipStatus

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

Properties

SafeUrl

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

public string? SafeUrl { get; init; }

Property Value

string

SafetyTipStatus

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

public SafetyTipStatus SafetyTipStatus { get; init; }

Property Value

SafetyTipStatus