UNPKG

playwright-fluent

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