UNPKG

playwright-fluent

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