mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
611 B
611 B
Home > puppeteer > Protocol > DOM > MoveToRequest > insertBeforeNodeId
Protocol.DOM.MoveToRequest.insertBeforeNodeId property
Drop node before this one (if absent, the moved node becomes the last child of targetNodeId
).
Signature:
insertBeforeNodeId?: NodeId;