mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
20 lines
804 B
Markdown
20 lines
804 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[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
|
||
|
|
||
|
<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. |
|
||
|
|