[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 Signature: ```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. |