UNPKG

playwright-fluent

Version:
4 lines (3 loc) 224 B
import { Frame, Page } from 'playwright'; import { HoverOptions } from '../../handle-actions'; export declare function hoverOnSelector(selector: string, page: Page | Frame | undefined, options: HoverOptions): Promise<void>;