mirror of
https://github.com/browser-use/browser-use
synced 2026-05-06 17:52:15 +02:00
- Added new tools: "get 2fa code" and "send emails" to the basic tools section. - Updated action registration instructions to simplify usage of the `@controller.action` decorator. - Clarified return types for tools, allowing both `ActionResult` and simple strings. - Improved examples for success and error responses, emphasizing the use of `ActionResult` properties.
Docs
The official documentation for Browser Use. The docs are published to Browser Use Docs.
Development
Install the Mintlify CLI to preview the documentation changes locally. To install, use the following command
npm i -g mintlify
Run the following command at the root of your documentation (where mint.json is)
mintlify dev