UNPKG

e2ed

Version:

E2E testing framework over Playwright

5 lines (4 loc) 114 B
/** * Switches page context to the specified tab. */ export declare const switchToMainTab: () => Promise<void>;