mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: generate docs for the protocol (#6213)
This commit is contained in:
21
new-docs/puppeteer.protocol.dom.getnodeforlocationrequest.md
Normal file
21
new-docs/puppeteer.protocol.dom.getnodeforlocationrequest.md
Normal file
@@ -0,0 +1,21 @@
|
||||
<!-- 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. |
|
||||
|
||||
Reference in New Issue
Block a user