Commit Graph

412 Commits

Author SHA1 Message Date
Magnus Müller
1892888ca0 Fix JSON formatting in documentation file by adding a newline at the end of docs.json. This ensures proper file termination and adheres to best practices for JSON files. 2025-09-06 15:15:11 -07:00
Magnus Müller
73fa4b56db Add Playwright integration example to documentation
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.
2025-09-06 15:13:52 -07:00
Enzo Biondo
1da79ca982 Merge branch 'main' into feat/video-recording 2025-09-06 14:43:33 -03:00
Magnus Müller
719761313c Refactor sensitive data handling across examples
- Updated sensitive_data definitions to remove type annotations for clarity.
- Simplified the structure of sensitive_data in multiple files, ensuring consistency in credential representation.
- Enhanced comments to guide users on the proper use of sensitive data in the context of 2FA and domain-specific credentials.

These changes improve the readability and maintainability of the code while ensuring secure handling of sensitive information.
2025-09-06 07:51:52 -07:00
Magnus Müller
f474e24b28 force-llm-output-after-failure 2025-09-04 17:22:32 -07:00
Magnus Müller
f06a021b66 linter 2025-09-04 08:47:29 -07:00
Magnus Müller
2a3666d23a Add redirect for old hooks link 2025-09-04 08:43:15 -07:00
Magnus Müller
54c7806143 Merge branch 'main' into docs/hooks-update 2025-09-04 08:16:16 -07:00
Magnus Müller
1c269fffe7 Clean up hooks 2025-09-04 08:14:43 -07:00
Magnus Müller
dc1eb696b3 remove lmnr from examples 2025-09-03 18:11:45 -07:00
Magnus Müller
9e04ab19b1 change tool error message from DOM to browser-state 2025-09-02 11:39:13 -07:00
Magnus Müller
97f321bcea update error message for scroll 2025-09-02 11:32:03 -07:00
Magnus Müller
ead6a1a385 move guide location 2025-09-02 11:01:04 -07:00
Magnus Müller
4a0e9fe590 prompt guide 2025-09-02 10:58:49 -07:00
Gregor Žunič
deea516d21 removed cloud docs 2025-09-02 08:51:58 -07:00
Magnus Müller
02a7927568 Update environment variable names and fix typos in documentation
- Changed `AZURE_ENDPOINT` to `AZURE_OPENAI_ENDPOINT` in `.env.example`.
- Corrected a typo in the contribution guide from "Lets" to "Let's".
- Commented out the logging level setting in `local-setup.mdx` for clarity.
2025-09-01 23:44:48 -07:00
Magnus Müller
471a8d399a Linter 2025-09-01 23:40:21 -07:00
Magnus Müller
c57ca023aa Refactor documentation structure and add new sections
- Reformatted JSON structure in `docs.json` for better readability.
- Updated navigation paths for development-related documentation.
- Removed outdated `hooks.mdx` and `mcp-client.mdx` files.
- Added new `get-help.mdx`, `local-setup.mdx`, `contribution-guide.mdx`, and `observability.mdx` files to enhance developer resources.
- Introduced `telemetry.mdx` to clarify data collection practices and opt-out options.
- Updated `mcp-server.mdx` to reflect current capabilities and usage instructions.
2025-09-01 23:36:19 -07:00
Magnus Müller
14468d021f update-local-dev-docs 2025-09-01 23:01:42 -07:00
Magnus Müller
40b7baea59 Merge branch 'main' into update-sensitive-data-docs 2025-09-01 22:05:13 -07:00
Magnus Müller
5967eb48c9 update-sensitive-data-docs 2025-09-01 22:05:02 -07:00
swiecki
a6a609bcf0 fix broken docs link 2025-09-01 17:09:44 -04:00
Magnus Müller
cd0248f046 Update logging messages in Agent class and enhance quickstart documentation for clarity 2025-09-01 10:44:51 -07:00
Magnus Müller
3b6035d821 edit-quickstart-docs 2025-09-01 09:38:20 -07:00
Marian Schneider
0b4f5d3485 docs: updated hooks examples to use timeouts, removed internal API call, and clearer wording 2025-08-31 23:24:22 +02:00
Marian Schneider
6efbfd236c Merge branch 'main' into docs/hooks-update 2025-08-31 17:49:05 +02:00
Marian Schneider
d827aea29b docs: update hooks complex example to work with latest release 2025-08-31 17:34:45 +02:00
Mert Unsal
ea5c6b558e Enable highlights by default 2025-08-31 08:17:23 -07:00
Marian Schneider
ce6b88c26f docs: update hooks basic example to work with latest release 2025-08-31 17:04:35 +02:00
Marian Schneider
b579308c3b docs: update data available in hooks for Playwright removal 2025-08-31 15:38:28 +02:00
mertunsall
6de9261b85 disable highlights by default 2025-08-31 12:46:24 +02:00
Mert Unsal
157d0804cb Merge branch 'main' into correction-in-docs 2025-08-31 00:50:59 +02:00
Gregor Žunič
d6ea63e431 reverted docs to API V1 2025-08-28 19:25:52 -07:00
Enzo Biondo
d6d5fd0fb6 Merge branch 'main' into feat/video-recording 2025-08-27 14:47:05 -03:00
Magnus Müller
7d83d6b332 Update browser parameters documentation to clarify is_local usage and remove deprecated stealth option. Adjust remote browser examples to reflect changes in parameter handling. 2025-08-27 10:06:56 -07:00
krishna
f430e2fc69 Minor documentation changes for consistency. 2025-08-27 20:36:52 +05:30
Magnus Müller
f36279b7f3 Merge remote-tracking branch 'origin/main' into dev 2025-08-27 00:41:27 -07:00
Gregor Žunič
6b7b7d5c1e 301 redirects for the docs 2025-08-26 18:30:54 -07:00
Magnus Müller
82b241ddbb Linter new line 2025-08-26 18:13:11 -07:00
Magnus Müller
d1c7c675c5 Fix spelling 2025-08-26 17:12:23 -07:00
Magnus Müller
bdadc37349 Remove confusing playwright name from docs 2025-08-26 16:46:10 -07:00
Magnus Müller
78cb7e5466 Remove 25 unused parameters 2025-08-26 16:19:53 -07:00
Magnus Müller
0f8fc941db Merge branch 'main' into cfomodz-docs-n8n-discord 2025-08-26 15:36:23 -07:00
Magnus Müller
3dbd9127f5 Update docs/cloud/v1/n8n-browser-use-integration.mdx
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2025-08-26 15:35:39 -07:00
Magnus Müller
51af27aac5 Rename preload to directly_open_url 2025-08-26 15:15:37 -07:00
EnzoFanAccount
06d0b1e9ba Merge remote-tracking branch 'upstream/main' into feat/video-recording 2025-08-26 18:37:14 -03:00
Magnus Müller
29685aa7ce Merge remote-tracking branch 'origin/main' into rename-controller-to-tools 2025-08-26 13:58:21 -07:00
Magnus Müller
0e947099be docs remote browser 2025-08-26 13:01:30 -07:00
Magnus Müller
caa0e7ef1b Rename controller to tools instances 2025-08-26 11:30:39 -07:00
Magnus Müller
13dd73b23a Update Tool imports in docs, readme, and docstrings 2025-08-26 11:13:27 -07:00