Table of Contents

Class PushNodeByPathToFrontendCommandResponse

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

Response for Requests that the node is sent to the caller given its path. // FIXME, use XPath

public sealed class PushNodeByPathToFrontendCommandResponse : ICommandResponse<PushNodeByPathToFrontendCommandSettings>, ICommandResponse
Inheritance
PushNodeByPathToFrontendCommandResponse
Implements
Inherited Members
Extension Methods

Properties

NodeId

Id of the node for given path.

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

Property Value

long