mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.0 KiB
1.0 KiB
Home > puppeteer > Protocol > DOM > GetNodeForLocationResponse
Protocol.DOM.GetNodeForLocationResponse interface
Signature:
export interface GetNodeForLocationResponse
Properties
| Property | Type | Description |
|---|---|---|
| backendNodeId | BackendNodeId | Resulting node. |
| frameId | Page.FrameId | Frame this node belongs to. |
| nodeId | NodeId | Id of the node at given coordinates, only when enabled and requested document. |