puppeteer/new-docs/puppeteer.protocol.dom.copytorequest.md
2020-07-13 14:01:35 +01:00

1.0 KiB

Home > puppeteer > Protocol > DOM > CopyToRequest

Protocol.DOM.CopyToRequest interface

Signature:

export interface CopyToRequest 

Properties

Property Type Description
insertBeforeNodeId NodeId Drop the copy before this node (if absent, the copy becomes the last child of targetNodeId).
nodeId NodeId Id of the node to copy.
targetNodeId NodeId Id of the element to drop the copy into.