puppeteer-page.d.ts 156 B

12
  1. import type { E2EPage, NewE2EPageOptions } from './puppeteer-declarations';
  2. export declare function newE2EPage(opts?: NewE2EPageOptions): Promise<E2EPage>;