mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
22 lines
1.2 KiB
Markdown
22 lines
1.2 KiB
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOM](./puppeteer.protocol.dom.md) > [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. |
|
||
|
|