Table of Contents

Class GetNodeForLocationCommandResponse

Namespace
OpenQA.Selenium.DevTools.V130.DOM
Assembly
WebDriver.dll

Response for GetNodeForLocation

public sealed class GetNodeForLocationCommandResponse : ICommandResponse<GetNodeForLocationCommandSettings>, ICommandResponse
Inheritance
GetNodeForLocationCommandResponse
Implements
Inherited Members
Extension Methods

Properties

BackendNodeId

Gets or sets the backendNodeId

[JsonPropertyName("backendNodeId")]
public long BackendNodeId { get; set; }

Property Value

long

FrameId

Gets or sets the frameId

[JsonPropertyName("frameId")]
public string FrameId { get; set; }

Property Value

string

NodeId

Gets or sets the nodeId

[JsonPropertyName("nodeId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? NodeId { get; set; }

Property Value

long?