mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.0 KiB
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. |