UNPKG

e2ed

Version:

E2E testing framework over Playwright

5 lines (4 loc) 125 B
/** * Set the browser window size. */ export declare const resizeWindow: (width: number, height: number) => Promise<void>;