OptionalCurrentThe page URL when the run ended, when known.
OptionalDetailHuman-readable detail (judge feedback / error message).
OptionalGoalHandle 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.
OptionalStatusTerminal status label (Completed / MaxStepsReached / Impossible / Error / …).
OptionalStepNumber of perceive-act steps executed (computer-use strategy).
OptionalStrategyWhich control strategy executed the goal (ComputerUse / NativeAI).
Whether the goal was achieved.
Result of RemoteBrowserActionResolver.ExecuteRemoteBrowserGoal — the outcome of an autonomous, goal-driven browser run (computer-use loop or backend native AI).