Table of Contents

Class MoveToResult

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

Constructors

MoveToResult(NodeId)

public MoveToResult(NodeId NodeId)

Parameters

NodeId NodeId

New id of the moved node.

Properties

NodeId

New id of the moved node.

public NodeId NodeId { get; init; }

Property Value

NodeId