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

22 lines
1.2 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; [GetNodeForLocationRequest](./puppeteer.protocol.dom.getnodeforlocationrequest.md)
## Protocol.DOM.GetNodeForLocationRequest interface
<b>Signature:</b>
```typescript
export interface GetNodeForLocationRequest
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [ignorePointerEventsNone](./puppeteer.protocol.dom.getnodeforlocationrequest.ignorepointereventsnone.md) | boolean | Whether to ignore pointer-events: none on elements and hit test them. |
| [includeUserAgentShadowDOM](./puppeteer.protocol.dom.getnodeforlocationrequest.includeuseragentshadowdom.md) | boolean | False to skip to the nearest non-UA shadow root ancestor (default: false). |
| [x](./puppeteer.protocol.dom.getnodeforlocationrequest.x.md) | [integer](./puppeteer.protocol.integer.md) | X coordinate. |
| [y](./puppeteer.protocol.dom.getnodeforlocationrequest.y.md) | [integer](./puppeteer.protocol.integer.md) | Y coordinate. |