UNPKG

e2ed

Version:

E2E testing framework over Playwright

6 lines (5 loc) 164 B
import type { Tab } from '../types/internal'; /** * Switches page context to the specified tab. */ export declare const switchToTab: (tab: Tab) => Promise<void>;