AI Browser Control
Enable language models to interact with web browsers for complex automation tasks
AI-powered Browser Automation
Connect language models to browser interactions seamlessly
Browser-Use is a powerful Python library that enables AI agents to control and interact with web browsers. It serves as a bridge between language models and browser automation, allowing AI to perform complex web-based tasks including searching, navigating websites, filling forms, and extracting information.
# Install the package
pip install browser-use
# Install browser engine
patchright install chromium --with-deps --no-shellCheck out the Quick Start Guide to create your first browser automation agent!