mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.2 KiB
1.2 KiB
Home > puppeteer > Protocol > Page > SearchInResourceRequest
Protocol.Page.SearchInResourceRequest interface
Signature:
export interface SearchInResourceRequest
Properties
| Property | Type | Description |
|---|---|---|
| caseSensitive | boolean | If true, search is case sensitive. |
| frameId | FrameId | Frame id for resource to search in. |
| isRegex | boolean | If true, treats string parameter as regex. |
| query | string | String to search for. |
| url | string | URL of the resource to search in. |