UNPKG

playwright-fluent

Version:
3 lines (2 loc) 190 B
import { Page, ElementHandle, Frame } from 'playwright'; export declare function querySelectorAllInPage(selector: string, page: Page | Frame | undefined): Promise<ElementHandle<Element>[]>;