import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { SearchInContentResponse } = Protocol.Debugger;
Properties
result: SearchMatch[]
List of search matches.
x/puppeteer/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts>Protocol.Debugger.SearchInContentResponse
import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { SearchInContentResponse } = Protocol.Debugger;
List of search matches.