UNPKG

playwright-fluent

Version:
3 lines (2 loc) 142 B
import { Frame, Page } from 'playwright'; export declare function exists(selector: string, page: Page | Frame | undefined): Promise<boolean>;