UNPKG

playwright-fluent

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