Table of Contents

Class GetNodeForLocationResult

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

Constructors

GetNodeForLocationResult(BackendNodeId, FrameId, NodeId?)

public GetNodeForLocationResult(BackendNodeId BackendNodeId, FrameId FrameId, NodeId? NodeId)

Parameters

BackendNodeId BackendNodeId

Resulting node.

FrameId FrameId

Frame this node belongs to.

NodeId NodeId

Id of the node at given coordinates, only when enabled and requested document.

Properties

BackendNodeId

Resulting node.

public BackendNodeId BackendNodeId { get; init; }

Property Value

BackendNodeId

FrameId

Frame this node belongs to.

public FrameId FrameId { get; init; }

Property Value

FrameId

NodeId

Id of the node at given coordinates, only when enabled and requested document.

public NodeId? NodeId { get; init; }

Property Value

NodeId