@labnex/cli
Version:
CLI for Labnex, an AI-Powered Testing Automation Platform
5 lines • 298 B
TypeScript
import { Page } from 'puppeteer';
import { AddLogFunction } from '../elementFinderV2';
export declare function handleWait(page: Page | null, // Included for consistency, though not directly used here
addLog: AddLogFunction, timeout?: number): Promise<void>;
//# sourceMappingURL=handleWait.d.ts.map