UNPKG

playwright-fluent

Version:
4 lines (3 loc) 268 B
import { SwitchToIframeOptions } from '../../handle-actions'; import { Frame, Page } from 'playwright'; export declare function switchFromSelectorToIframe(selector: string, pageOrFrame: Page | Frame | null | undefined, options: SwitchToIframeOptions): Promise<Frame>;