UNPKG

@labnex/cli

Version:

CLI for Labnex, an AI-Powered Testing Automation Platform

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