puppeteer/new-docs/puppeteer.protocol.page.searchinresourcerequest.md
2020-07-13 14:01:35 +01:00

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.