UNPKG

playwright-fluent

Version:
3 lines (2 loc) 117 B
import { Page } from 'playwright'; export declare function showMousePosition(page: Page | undefined): Promise<void>;