Table of Contents

Class Handle

Namespace
OpenQA.Selenium.BiDi.Script
Assembly
WebDriver.dll
public sealed record Handle : IEquatable<Handle>
Inheritance
Handle
Implements
Inherited Members

Constructors

Handle(BiDi, string)

public Handle(BiDi bidi, string id)

Parameters

bidi BiDi
id string

Properties

BiDi

[JsonIgnore]
public BiDi BiDi { get; }

Property Value

BiDi

Methods

Equals(Handle?)

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

public bool Equals(Handle? other)

Parameters

other Handle

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.