browser-use
browser-use copied to clipboard
Browser tools
Problem Description
as I found out BU uses chromium without extensions, I understand its for stability issues.
Proposed Solution
Could this MCP implemented directly to BU? https://github.com/AgentDeskAI/browser-tools-mcp
Alternative Solutions
this MCP has chrome extension to work properly, is there any way to make BU have that installed ?
Additional Context
🔑 Key Additions
| Audit Type | Description |
|---|---|
| Accessibility | WCAG-compliant checks for color contrast, missing alt text, keyboard navigation traps, ARIA attributes, and more. |
| Performance | Lighthouse-driven analysis of render-blocking resources, excessive DOM size, unoptimized images, and other factors affecting page speed. |
| SEO | Evaluates on-page SEO factors (like metadata, headings, and link structure) and suggests improvements for better search visibility. |
| Best Practices | Checks for general best practices in web development. |
| NextJS Audit | Injects a prompt used to perform a NextJS audit. |
| Audit Mode | Runs all auditing tools in a sequence. |
| Debugger Mode | Runs all debugging tools in a sequence. |
We are adding full extensions support soon, stay tuned.
You can already use extensions by passing BrowserConfig(extra_browser_args=['--user-data-dir=/path/to/chrome/profile/with/extension/installed']) but we will make it easier in the future.