14 lines
521 B
Markdown
14 lines
521 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Page](./puppeteer.protocol.page.md) > [SearchInResourceRequest](./puppeteer.protocol.page.searchinresourcerequest.md) > [query](./puppeteer.protocol.page.searchinresourcerequest.query.md)
|
|
|
|
## Protocol.Page.SearchInResourceRequest.query property
|
|
|
|
String to search for.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
query: string;
|
|
```
|