Table of Contents

Class MoveToCommandResponse

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

Response for Moves node into the new container, places it before the given anchor.

public sealed class MoveToCommandResponse : ICommandResponse<MoveToCommandSettings>, ICommandResponse
Inheritance
MoveToCommandResponse
Implements
Inherited Members
Extension Methods

Properties

NodeId

New id of the moved node.

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

Property Value

long