Skip to main content
Module

x/puppeteer_plus/mod.ts>Protocol.DOM.MoveToRequest

Deno port of puppeteer base on latest TypeScript source.
Go to Latest
interface Protocol.DOM.MoveToRequest
import { type Protocol } from "https://deno.land/x/puppeteer_plus@0.14.0/mod.ts";
const { MoveToRequest } = Protocol.DOM;

Properties

nodeId: NodeId

Id of the node to move.

targetNodeId: NodeId

Id of the element to drop the moved node into.

optional
insertBeforeNodeId: NodeId

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