Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/sinco/deps.ts>Protocol.DOM.PerformSearchRequest

Browser Automation and Testing Tool for Deno, written in full TypeScript
Latest
interface Protocol.DOM.PerformSearchRequest
import { type Protocol } from "https://deno.land/x/sinco@v4.1.0/deps.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.