UNPKG

@labnex/cli

Version:

CLI for Labnex, an AI-Powered Testing Automation Platform

5 lines 438 B
import { Page, Frame } from 'puppeteer'; import { AddLogFunction, RetryApiCallFunction } from '../elementFinderV2'; export declare function handleScroll(page: Page | null, // Included for consistency, though currentFrame is primary currentFrame: Page | Frame | null, addLog: AddLogFunction, target: string | undefined, originalStep: string, retryApiCallFn?: RetryApiCallFunction): Promise<void>; //# sourceMappingURL=handleScroll.d.ts.map