Table of Contents

Class SetNavigationTextResult

Namespace
Selenium.WebDriver.BiDi.Cdp.CSS
Assembly
Selenium.WebDriver.BiDi.Cdp.dll
public sealed record SetNavigationTextResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<SetNavigationTextResult>
Inheritance
EmptyResult
SetNavigationTextResult
Implements
IEquatable<EmptyResult>
Inherited Members
EmptyResult.ToString()
EmptyResult.GetHashCode()
EmptyResult.Equals(EmptyResult)
EmptyResult.<Clone>$()
EmptyResult.AdditionalData
EmptyResult.AdditionalMessageData

Constructors

SetNavigationTextResult(CSSNavigation)

public SetNavigationTextResult(CSSNavigation Navigation)

Parameters

Navigation CSSNavigation

The resulting CSS Navigation rule after modification.

Properties

Navigation

The resulting CSS Navigation rule after modification.

public CSSNavigation Navigation { get; init; }

Property Value

CSSNavigation