[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOM](./puppeteer.protocol.dom.md) > [PerformSearchRequest](./puppeteer.protocol.dom.performsearchrequest.md) ## Protocol.DOM.PerformSearchRequest interface Signature: ```typescript export interface PerformSearchRequest ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [includeUserAgentShadowDOM](./puppeteer.protocol.dom.performsearchrequest.includeuseragentshadowdom.md) | boolean | True to search in user agent shadow DOM. | | [query](./puppeteer.protocol.dom.performsearchrequest.query.md) | string | Plain text or query selector or XPath search query. |