Files
browser-use/docs/docs.json
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

252 lines
6.6 KiB
JSON

{
"$schema": "https://mintlify.com/docs.json",
"theme": "aspen",
"name": "Browser Use",
"colors": {
"primary": "#FE750E",
"light": "#FFF7ED",
"dark": "#C2410C"
},
"favicon": "/favicon.ico",
"contextual": {
"options": [
"copy",
"view"
]
},
"fonts": {
"family": "Geist"
},
"integrations": {
"posthog": {
"apiKey": "phc_F8JMNjW1i2KbGUTaW1unnDdLSPCoyc52SGRU0JecaUh"
}
},
"redirects": [
{
"source": "/customize/supported-models",
"destination": "/customize/agent/supported-models"
},
{
"source": "/customize/agent-settings",
"destination": "/customize/agent/all-parameters"
},
{
"source": "/customize/browser-settings",
"destination": "/customize/browser/all-parameters"
},
{
"source": "/customize/custom-functions",
"destination": "/customize/tools/add"
},
{
"source": "/customize/system-prompt",
"destination": "/customize/agent/all-parameters#system-messages"
},
{
"source": "/development/evaluations",
"destination": "/development/setup/contribution-guide"
},
{
"source": "/cli",
"destination": "/quickstart"
},
{
"source": "/development/local-setup",
"destination": "/development/setup/local-setup"
},
{
"source": "/development/contribution-guide",
"destination": "/development/setup/contribution-guide"
},
{
"source": "/development/telemetry",
"destination": "/development/monitoring/telemetry"
},
{
"source": "/development/observability",
"destination": "/development/monitoring/observability"
},
{
"source": "/development/hooks",
"destination": "/customize/hooks"
}
],
"navigation": {
"tabs": [
{
"tab": "Library",
"groups": [
{
"group": "Get Started",
"pages": [
"introduction",
"quickstart",
"quickstart_llm"
]
},
{
"group": "Customize",
"pages": [
{
"group": "Agent",
"icon": "robot",
"isDefaultOpen": true,
"pages": [
"customize/agent/basics",
"customize/agent/supported-models",
"customize/agent/output-format",
"customize/agent/all-parameters"
]
},
{
"group": "Browser",
"icon": "window",
"isDefaultOpen": false,
"pages": [
"customize/browser/basics",
"customize/browser/real-browser",
"customize/browser/remote",
"customize/browser/all-parameters"
]
},
{
"group": "Tools",
"icon": "wrench",
"isDefaultOpen": false,
"pages": [
"customize/tools/basics",
"customize/tools/available",
"customize/tools/add",
"customize/tools/remove",
"customize/tools/response"
]
},
{
"group": "Examples",
"icon": "folder-open",
"pages": [
"customize/examples/fast-agent",
"customize/examples/chain-agents",
"customize/examples/parallel-browser",
"customize/examples/playwright-integration",
"customize/examples/sensitive-data",
"customize/examples/secure",
"customize/examples/more-examples",
"customize/examples/prompting-guide"
]
}
]
},
{
"group": "Development",
"pages": [
{
"group": "Contribution",
"icon": "github",
"isDefaultOpen": true,
"pages": [
"development/setup/local-setup",
"development/setup/contribution-guide"
]
},
{
"group": "Advanced",
"icon": "gear",
"isDefaultOpen": false,
"pages": [
"customize/hooks"
]
},
{
"group": "Monitoring",
"icon": "chart-mixed",
"isDefaultOpen": false,
"pages": [
"development/monitoring/observability",
"development/monitoring/telemetry"
]
},
"development/get-help"
]
}
]
},
{
"tab": "Cloud",
"hidden": true,
"versions": [
{
"version": "v1",
"groups": [
{
"group": "Get Started",
"pages": [
"cloud/v1/quickstart",
"cloud/v1/search",
"cloud/v1/pricing"
]
},
{
"group": "Guides",
"pages": [
"cloud/v1/implementation",
"cloud/v1/custom-sdk",
"cloud/v1/webhooks",
"cloud/v1/authentication",
"cloud/v1/n8n-browser-use-integration"
]
},
{
"group": "REST API reference",
"openapi": "https://api.browser-use.com/api/v1/openapi.json"
}
]
}
]
}
]
},
"logo": {
"light": "/logo/light.svg",
"dark": "/logo/dark.svg",
"href": "https://browser-use.com"
},
"api": {
"playground": {
"display": "interactive"
},
"examples": {
"languages": [
"javascript",
"curl",
"python"
],
"required": true
}
},
"navbar": {
"links": [
{
"label": "Github",
"href": "https://github.com/browser-use/browser-use"
},
{
"label": "Discord",
"href": "https://link.browser-use.com/discord"
}
],
"primary": {
"type": "button",
"label": "Browser Use Cloud",
"href": "https://cloud.browser-use.com"
}
},
"footer": {
"socials": {
"x": "https://x.com/browser_use",
"github": "https://github.com/browser-use/browser-use",
"linkedin": "https://linkedin.com/company/browser-use"
}
}
}