Table of Contents

Class Navigation

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

Constructors

Navigation(IBiDi, string)

public Navigation(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(Navigation?)

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

public bool Equals(Navigation? other)

Parameters

other Navigation

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.