Table of Contents

Class Intercept

Namespace
OpenQA.Selenium.BiDi.Network
Assembly
Selenium.WebDriver.dll
[JsonConverter(typeof(Intercept.Converter))]
public sealed record Intercept : IIdentifiable, IEquatable<Intercept>
Inheritance
Intercept
Implements
Inherited Members

Constructors

Intercept(IBiDi, string)

public Intercept(IBiDi bidi, string id)

Parameters

bidi IBiDi
id string

Properties

BiDi

[JsonIgnore]
public IBiDi BiDi { get; }

Property Value

IBiDi

Id

public string Id { get; }

Property Value

string

Methods

Equals(Intercept?)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(Intercept? other)

Parameters

other Intercept

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.