@ui-tars/operator-browserbase
Version:
Operator Browserbase SDK for UI-TARS
15 lines • 577 B
TypeScript
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