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

610 B

Home > puppeteer > Protocol > DOM > CopyToRequest > insertBeforeNodeId

Protocol.DOM.CopyToRequest.insertBeforeNodeId property

Drop the copy before this node (if absent, the copy becomes the last child of targetNodeId).

Signature:

insertBeforeNodeId?: NodeId;