UNPKG

playwright-fluent

Version:
3 lines (2 loc) 235 B
import { Dialog, Frame, Page } from 'playwright'; export declare function acceptDialog(dialog: Dialog | undefined, promptText: string | undefined, page: Page | Frame | undefined, onAccepted: () => Promise<void> | void): Promise<void>;