mirror of
https://github.com/browser-use/browser-use
synced 2026-05-06 17:52:15 +02:00
- Added timeout handling for page content extraction with a 30-second limit, returning an error message on timeout. - Introduced timeout protection for iframe content extraction with a 10-second limit, logging a warning on timeout. - Implemented a 60-second timeout for LLM calls, logging a warning if the call exceeds this duration. - Enhanced error handling to provide clearer feedback on extraction failures.