UNPKG

e2ed

Version:

E2E testing framework over Playwright

6 lines (5 loc) 207 B
import type { Selector } from '../types/internal'; /** * Switches browsing context to the specified iframe (by iframe selector). */ export declare const switchToIframe: (iframeSelector: Selector) => void;