Table of Contents

Class PushNodeByPathToFrontendResult

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

Constructors

PushNodeByPathToFrontendResult(NodeId)

public PushNodeByPathToFrontendResult(NodeId NodeId)

Parameters

NodeId NodeId

Id of the node for given path.

Properties

NodeId

Id of the node for given path.

public NodeId NodeId { get; init; }

Property Value

NodeId