Table of Contents

Class GetElementByRelationResult

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

Constructors

GetElementByRelationResult(NodeId)

public GetElementByRelationResult(NodeId NodeId)

Parameters

NodeId NodeId

NodeId of the element matching the queried relation.

Properties

NodeId

NodeId of the element matching the queried relation.

public NodeId NodeId { get; init; }

Property Value

NodeId