Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface Protocol.DOM.GetNodeForLocationRequest
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { GetNodeForLocationRequest } = Protocol.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.