Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lib 41 fix extraction for text fields in iframe bodies #764

Merged

Conversation

MagMueller
Copy link
Collaborator

This pull request involves multiple changes to the browser_use module, focusing on code cleanup, error handling improvements, and enhancements to the DOM interaction logic. Below are the most important changes grouped by theme:

Code Cleanup:

  • Removed unused imports from browser_use/agent/message_manager/service.py, including datetime and ChatAnthropic. [1] [2]

Error Handling:

  • Changed error handling logic to use the last line of the error message instead of truncating it to a fixed length in browser_use/agent/message_manager/service.py and browser_use/agent/prompts.py. [1] [2]
  • Removed max_error_length parameter and related logic from several methods and constructors in browser_use/agent/message_manager/service.py, browser_use/agent/prompts.py, and browser_use/agent/service.py. [1] [2] [3]

DOM Interaction:

  • Updated the DOM tree building logic in browser_use/dom/buildDomTree.js to use fixed positioning for overlays and labels, and added dynamic position updates on scroll events. [1] [2] [3]

Security Settings:

  • Changed the default value of disable_security to True in browser_use/browser/browser.py and browser_use/browser/context.py. [1] [2] [3]

Miscellaneous:

  • Improved the send_keys method in browser_use/controller/service.py to handle unknown keys by attempting to send each key individually.

@MagMueller MagMueller merged commit bbba06b into main Feb 18, 2025
2 checks passed
@gregpr07 gregpr07 deleted the LIB-41-fix-extraction-for-text-fields-in-iframe-bodies branch February 20, 2025 19:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant