Interface BrowserUseResult

interface BrowserUseResult {
    image?: ScreenshotImage;
    success: boolean;
    text?: string;
    [key: string]: any;
}

Indexable

  • [key: string]: any

Properties

Properties

success: boolean
text?: string