UNPKG

@labnex/cli

Version:

CLI for Labnex, an AI-Powered Testing Automation Platform

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