UNPKG

playwright-fluent

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