UNPKG

playwright-fluent

Version:
3 lines (2 loc) 188 B
import { ElementHandle } from 'playwright'; export declare function hasHandlePlaceholder(handle: ElementHandle<Element> | undefined | null, expectedPlaceholder: string): Promise<boolean>;