[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOM](./puppeteer.protocol.dom.md) > [PushNodeByPathToFrontendRequest](./puppeteer.protocol.dom.pushnodebypathtofrontendrequest.md) ## Protocol.DOM.PushNodeByPathToFrontendRequest interface Signature: ```typescript export interface PushNodeByPathToFrontendRequest ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [path](./puppeteer.protocol.dom.pushnodebypathtofrontendrequest.path.md) | string | Path to node in the proprietary format. |