UNPKG

playwright-fluent

Version:
4 lines (3 loc) 233 B
import { Frame, Page } from 'playwright'; import { SelectOptions } from '../../handle-actions'; export declare function selectOptionsInFocused(labels: string[], page: Page | Frame | undefined, options: SelectOptions): Promise<void>;