UNPKG

@ui-tars/operator-browserbase

Version:
15 lines 577 B
import { Operator, type ScreenshotOutput, type ExecuteParams, type ExecuteOutput } from '@ui-tars/sdk/core'; import { ConstructorParams } from '@browserbasehq/stagehand'; export declare class BrowserbaseOperator extends Operator { private options; private stagehand; constructor(options: ConstructorParams); static MANUAL: { ACTION_SPACES: string[]; EXAMPLES: string[]; }; private getStagehand; screenshot(): Promise<ScreenshotOutput>; execute(params: ExecuteParams): Promise<ExecuteOutput>; } //# sourceMappingURL=index.d.ts.map