mirror of
https://github.com/browser-use/browser-use
synced 2026-05-06 17:52:15 +02:00
This commit adds a new example demonstrating the integration of Playwright with Browser-Use, showcasing how to utilize Playwright for form filling, taking screenshots, and extracting text. The example is linked in the documentation and includes installation instructions and a comprehensive code sample. - **New Documentation** - Added a new Playwright integration example in `playwright-integration.mdx`. - Updated `docs.json` to include the new example in the documentation index. - Enhanced the `add.mdx` file with references to the Playwright integration example. This enhances the usability of Browser-Use by providing clear guidance on leveraging Playwright's capabilities alongside it.
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