mirror of
https://github.com/browser-use/browser-use
synced 2026-04-22 17:45:09 +02:00
- Fix basics.mdx: change browser: Browser to browser_session: BrowserSession - Fix basics.mdx: use async functions and proper ActionResult return type - Add Warning about parameter name matching in basics.mdx - Add Warning and Common Pitfalls section in add.mdx with clear examples - Update AGENTS.md embedded docs to match The agent injects special parameters by name matching, not by type. Using incorrect parameter names (e.g., browser instead of browser_session) causes tools to fail silently, which was a common user confusion. Co-authored-by: mailmertunsal <mailmertunsal@gmail.com>
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