Member Junction
    Preparing search index...

    Class RemoteBrowserGoalResultType

    Result of RemoteBrowserActionResolver.ExecuteRemoteBrowserGoal — the outcome of an autonomous, goal-driven browser run (computer-use loop or backend native AI).

    Index

    Constructors

    Properties

    CurrentUrl?: string

    The page URL when the run ended, when known.

    Detail?: string

    Human-readable detail (judge feedback / error message).

    GoalRunID?: string

    Handle for the async goal run. ExecuteRemoteBrowserGoal STARTS the goal and returns this with Status: 'Running'; the client polls RemoteBrowserActionResolver.GetRemoteBrowserGoalResult with it until the run reports a terminal status.

    Status?: string

    Terminal status label (Completed / MaxStepsReached / Impossible / Error / …).

    StepCount?: number

    Number of perceive-act steps executed (computer-use strategy).

    Strategy?: string

    Which control strategy executed the goal (ComputerUse / NativeAI).

    Success: boolean

    Whether the goal was achieved.