Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface default.DOM.PerformSearchRequest
import { type default } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { PerformSearchRequest } = default.DOM;

Properties

query: string

Plain text or query selector or XPath search query.

optional
includeUserAgentShadowDOM: boolean

True to search in user agent shadow DOM.