mirror of
https://github.com/browser-use/browser-use
synced 2026-05-06 17:52:15 +02:00
The action_wrapper now delegates to act() instead of calling registry.execute_action() directly. This ensures: - Consistent error handling (returns ActionResult with error, not raw exceptions) - Consistent result normalization (always returns ActionResult) - Full observability (Laminar spans, logging) - Proper handling of BrowserError and TimeoutError 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>