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

1.1 KiB

Home > puppeteer > Protocol > Network > SearchInResponseBodyRequest

Protocol.Network.SearchInResponseBodyRequest interface

Signature:

export interface SearchInResponseBodyRequest 

Properties

Property Type Description
caseSensitive boolean If true, search is case sensitive.
isRegex boolean If true, treats string parameter as regex.
query string String to search for.
requestId RequestId Identifier of the network response to search.