[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOM](./puppeteer.protocol.dom.md) > [MoveToRequest](./puppeteer.protocol.dom.movetorequest.md) > [nodeId](./puppeteer.protocol.dom.movetorequest.nodeid.md) ## Protocol.DOM.MoveToRequest.nodeId property Id of the node to move. Signature: ```typescript nodeId: NodeId; ```