UNPKG

@ui-tars/operator-nut-js

Version:
12 lines (9 loc) 337 B
import { Operator, ScreenshotOutput, ExecuteParams, ExecuteOutput } from '@ui-tars/sdk/core'; declare class NutJSOperator extends Operator { static MANUAL: { ACTION_SPACES: string[]; }; screenshot(): Promise<ScreenshotOutput>; execute(params: ExecuteParams): Promise<ExecuteOutput>; } export { NutJSOperator };