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;