UNPKG

playwright-fluent

Version:
3 lines (2 loc) 231 B
import { Page, Request } from 'playwright'; export declare function recordRequestsTo(partialUrl: string, ignorePredicate: (request: Request) => boolean, page: Page | undefined, callback: (request: Request) => void): Promise<void>;