Extremely Popular
Go to Latest
interface puppeteer.Network.SearchInResponseBodyRequest
import { type puppeteer } from "https://dotland.deno.dev/x/fresh@1.0.2/tests/deps.ts";
const { SearchInResponseBodyRequest } = puppeteer.Network;

Properties

requestId: RequestId

Identifier of the network response to search.

query: string

String to search for.

optional
caseSensitive: boolean

If true, search is case sensitive.

optional
isRegex: boolean

If true, treats string parameter as regex.