puppeteer/new-docs/puppeteer.protocol.dom.performsearchrequest.md

20 lines
804 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [DOM](./puppeteer.protocol.dom.md) &gt; [PerformSearchRequest](./puppeteer.protocol.dom.performsearchrequest.md)
## Protocol.DOM.PerformSearchRequest interface
<b>Signature:</b>
```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. |