puppeteer/new-docs/puppeteer.protocol.dom.getnodeforlocationrequest.md
2020-07-13 14:01:35 +01:00

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.