Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
interface default.DOM.GetNodeForLocationRequest
import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { GetNodeForLocationRequest } = default.DOM;

Properties

X coordinate.

Y coordinate.

optional
includeUserAgentShadowDOM: boolean

False to skip to the nearest non-UA shadow root ancestor (default: false).

optional
ignorePointerEventsNone: boolean

Whether to ignore pointer-events: none on elements and hit test them.