Member Junction
    Preparing search index...

    The outcome of a IBrowserbaseClient.Act call — the result of delegating a natural-language intent to Browserbase Stagehand. The driver maps this onto the channel's RemoteBrowserActionResult.

    interface BrowserbaseActResult {
        CurrentUrl?: string;
        Detail?: string;
        Success: boolean;
    }
    Index

    Properties

    CurrentUrl?: string

    The page URL after the action, when the harness reports it.

    Detail?: string

    Optional human-readable detail (an extracted value, a note, or an error message on failure).

    Success: boolean

    Whether Stagehand reported the intent as successfully carried out.