UNPKG

playwright-fluent

Version:
3 lines (2 loc) 209 B
import { ElementHandle } from 'playwright'; export declare function isOptionAvailableInHandle(selector: ElementHandle<Element> | null | undefined, name: string, expectedOptionLabel: string): Promise<boolean>;