mirror of
https://github.com/browser-use/browser-use
synced 2026-05-06 17:52:15 +02:00
This commit introduces a new example demonstrating the integration of Playwright with Browser-Use. The example showcases how to start Chrome with CDP enabled, create custom actions for form filling, taking screenshots, and extracting text using Playwright's capabilities. It includes necessary dependency checks and a main function to orchestrate the workflow using an AI agent. - **New Features** - Implemented custom actions: `playwright_fill_form`, `playwright_screenshot`, and `playwright_get_text`. - Added error handling and dependency checks for required libraries. - Provided detailed documentation within the code for clarity on usage and functionality.