UNPKG

playwright-fluent

Version:
3 lines (2 loc) 159 B
import { ElementHandle } from 'playwright'; export declare function handleDoesNotExist(selector: ElementHandle<Element> | undefined | null): Promise<boolean>;