UNPKG

playwright-fluent

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