[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOM](./puppeteer.protocol.dom.md) > [FocusRequest](./puppeteer.protocol.dom.focusrequest.md) ## Protocol.DOM.FocusRequest interface Signature: ```typescript export interface FocusRequest ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [backendNodeId](./puppeteer.protocol.dom.focusrequest.backendnodeid.md) | [BackendNodeId](./puppeteer.protocol.dom.backendnodeid.md) | Identifier of the backend node. | | [nodeId](./puppeteer.protocol.dom.focusrequest.nodeid.md) | [NodeId](./puppeteer.protocol.dom.nodeid.md) | Identifier of the node. | | [objectId](./puppeteer.protocol.dom.focusrequest.objectid.md) | [Runtime.RemoteObjectId](./puppeteer.protocol.runtime.remoteobjectid.md) | JavaScript object id of the node wrapper. |