browser-use icon indicating copy to clipboard operation
browser-use copied to clipboard

Browser tools

Open moneywaters opened this issue 9 months ago • 2 comments

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.

moneywaters avatar Mar 28 '25 05:03 moneywaters

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.

pirate avatar Mar 28 '25 18:03 pirate