Table of Contents

Class CopyToCommandResponse

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

Response for Creates a deep copy of the specified node and places it into the target container before the given anchor.

public sealed class CopyToCommandResponse : ICommandResponse<CopyToCommandSettings>, ICommandResponse
Inheritance
CopyToCommandResponse
Implements
Inherited Members
Extension Methods

Properties

NodeId

Id of the node clone.

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

Property Value

long