1.2 KiB
1.2 KiB
Home > puppeteer > Protocol > DOM > GetNodeForLocationRequest
Protocol.DOM.GetNodeForLocationRequest interface
Signature:
export interface GetNodeForLocationRequest
Properties
Property | Type | Description |
---|---|---|
ignorePointerEventsNone | boolean | Whether to ignore pointer-events: none on elements and hit test them. |
includeUserAgentShadowDOM | boolean | False to skip to the nearest non-UA shadow root ancestor (default: false). |
x | integer | X coordinate. |
y | integer | Y coordinate. |