UNPKG

playwright-fluent

Version:
4 lines (3 loc) 224 B
import { Frame, Page } from 'playwright'; export declare type KeyboardHoldKey = 'Shift' | 'Control' | 'Alt' | 'Meta'; export declare function holdDownKey(key: KeyboardHoldKey, page: Page | Frame | undefined): Promise<void>;