import { type InternalQueryHandler } from "https://deno.land/x/pptr@1.2.0/mod.ts";
Properties
optional
queryOne: (element: ElementHandle, selector: string) => Promise<ElementHandle | null>optional
waitFor: () => Promise<ElementHandle | null>optional
queryAll: (element: ElementHandle, selector: string) => Promise<ElementHandle[]>optional
queryAllArray: (element: ElementHandle, selector: string) => Promise<JSHandle>