UNPKG

@extra/humanize

Version:

A plugin for playwright & puppeteer to humanize inputs (mouse movements)

3 lines (2 loc) 151 B
import type { Page, LauncherEnv } from 'automation-extra-plugin'; export declare const installHelper: (page: Page, env: LauncherEnv) => Promise<void>;