UNPKG

healenium-global

Version:

Globally self-healing wrapper for Playwright actions (click, fill, etc.)

3 lines (2 loc) 105 B
import { Page } from 'playwright'; export declare function patchPageGlobally(page: Page): Promise<void>;