@labnex/cli
Version:
CLI for Labnex, an AI-Powered Testing Automation Platform
5 lines • 356 B
TypeScript
import { Page, Frame } from 'puppeteer';
import { AddLogFunction } from '../elementFinderV2';
export declare function handleNavigate(page: Page | null, currentFrame: Page | Frame | null, // Though navigate resets to page, keep for consistency
addLog: AddLogFunction, url?: string): Promise<Page | Frame | null>;
//# sourceMappingURL=handleNavigate.d.ts.map