UNPKG

playwright-fluent

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