UNPKG

@labnex/cli

Version:

CLI for Labnex, an AI-Powered Testing Automation Platform

4 lines 410 B
import { Page, Frame } from 'puppeteer'; import { AddLogFunction, RetryApiCallFunction } from '../elementFinderV2'; export declare function handleUpload(page: Page | null, currentFrame: Page | Frame | null, addLog: AddLogFunction, selector: string | undefined, filePath: string | undefined, originalStep: string, retryApiCallFn?: RetryApiCallFunction): Promise<void>; //# sourceMappingURL=handleUpload.d.ts.map