UNPKG

@labnex/cli

Version:

CLI for Labnex, an AI-Powered Testing Automation Platform

4 lines 275 B
import { Page, Frame } from 'puppeteer'; import { AddLogFunction } from '../elementFinderV2'; export declare function handleSwitchToIframe(page: Page | null, addLog: AddLogFunction, selector?: string): Promise<Frame | null>; //# sourceMappingURL=handleSwitchToIframe.d.ts.map