puppeteer/new-docs/puppeteer.protocol.dom.getnodeforlocationresponse.md

21 lines
1.0 KiB
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [DOM](./puppeteer.protocol.dom.md) &gt; [GetNodeForLocationResponse](./puppeteer.protocol.dom.getnodeforlocationresponse.md)
## Protocol.DOM.GetNodeForLocationResponse interface
<b>Signature:</b>
```typescript
export interface GetNodeForLocationResponse
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [backendNodeId](./puppeteer.protocol.dom.getnodeforlocationresponse.backendnodeid.md) | [BackendNodeId](./puppeteer.protocol.dom.backendnodeid.md) | Resulting node. |
| [frameId](./puppeteer.protocol.dom.getnodeforlocationresponse.frameid.md) | [Page.FrameId](./puppeteer.protocol.page.frameid.md) | Frame this node belongs to. |
| [nodeId](./puppeteer.protocol.dom.getnodeforlocationresponse.nodeid.md) | [NodeId](./puppeteer.protocol.dom.nodeid.md) | Id of the node at given coordinates, only when enabled and requested document. |