*** title: Browser Agents description: Natural-language and long-running browser agent capabilities. -------------------------------------------------------------------------- Natural-language and long-running browser agent capabilities. ## Support Matrix | Capability | Stagehand | browser-use | | ------------------------------------------------------------------ | --------- | ----------- | | [`stagehand.act`](./stagehand-act) | Yes | | | [`stagehand.extract`](./stagehand-extract) | Yes | | | [`stagehand.observe`](./stagehand-observe) | Yes | | | [`stagehand.agent.execute`](./stagehand-agent-execute) | Yes | | | [`browserUse.agent.execute`](./browser-use-agent-execute) | | Yes | | [`browserUse.codeAgent.execute`](./browser-use-code-agent-execute) | | Yes | ## Capabilities * [`stagehand.act`](./stagehand-act) - Execute a natural-language action using Stagehand. * [`stagehand.extract`](./stagehand-extract) - Extract structured information from the page using Stagehand. * [`stagehand.observe`](./stagehand-observe) - Observe the page and return Stagehand guidance or analysis. * [`stagehand.agent.execute`](./stagehand-agent-execute) - Run a long-form Stagehand agent flow against the current runtime. * [`browserUse.agent.execute`](./browser-use-agent-execute) - Run a browser-use agent task in the current runtime. * [`browserUse.codeAgent.execute`](./browser-use-code-agent-execute) - Run a code-oriented browser-use agent task in the current runtime.