UNPKG

playwright-fluent

Version:
3 lines (2 loc) 161 B
import { Dialog, Page } from 'playwright'; export declare function recordPageDialogs(page: Page | undefined, callback: (dialog: Dialog) => void): Promise<void>;