Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
interface Protocol.DOM.PerformSearchRequest
import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { PerformSearchRequest } = Protocol.DOM;

Properties

query: string

Plain text or query selector or XPath search query.

optional
includeUserAgentShadowDOM: boolean

True to search in user agent shadow DOM.