Table of Contents

Class GetElementByRelationCommandResponse

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

Response for Returns the NodeId of the matched element according to certain relations.

public sealed class GetElementByRelationCommandResponse : ICommandResponse<GetElementByRelationCommandSettings>, ICommandResponse
Inheritance
GetElementByRelationCommandResponse
Implements
Inherited Members
Extension Methods

Properties

NodeId

NodeId of the element matching the queried relation.

[JsonPropertyName("nodeId")]
public long NodeId { get; set; }

Property Value

long