UNPKG

@labnex/cli

Version:

CLI for Labnex, an AI-Powered Testing Automation Platform

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