UNPKG

playwright-fluent

Version:
3 lines (2 loc) 144 B
import { Page } from 'playwright'; export declare function recordDownloadsTo(downloadDirectory: string, page: Page | undefined): Promise<void>;