mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
23 lines
1.2 KiB
Markdown
23 lines
1.2 KiB
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)
|
|
|
|
## Protocol.Page.SearchInResourceRequest interface
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export interface SearchInResourceRequest
|
|
```
|
|
|
|
## Properties
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [caseSensitive](./puppeteer.protocol.page.searchinresourcerequest.casesensitive.md) | boolean | If true, search is case sensitive. |
|
|
| [frameId](./puppeteer.protocol.page.searchinresourcerequest.frameid.md) | [FrameId](./puppeteer.protocol.page.frameid.md) | Frame id for resource to search in. |
|
|
| [isRegex](./puppeteer.protocol.page.searchinresourcerequest.isregex.md) | boolean | If true, treats string parameter as regex. |
|
|
| [query](./puppeteer.protocol.page.searchinresourcerequest.query.md) | string | String to search for. |
|
|
| [url](./puppeteer.protocol.page.searchinresourcerequest.url.md) | string | URL of the resource to search in. |
|
|
|