UNPKG

playwright-fluent

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