Files
browser-use/browser_use/browser
guybensimhon1 7c4284d052 Update isContentEditable handling to check readonly and disabled attributes
- Retrieve tag name and isContentEditable property from element_handle.
- Check for readonly and disabled attributes before inputting text.
- Clear element's textContent regardless of element type.
- Use element_handle.type() with delay for contenteditable or input elements if editable.
- Fallback to element_handle.fill() for non-editable cases.
2025-03-05 10:10:52 +02:00
..
2025-02-06 20:05:45 +01:00
2025-02-21 16:34:23 -08:00
2025-01-23 16:53:23 -08:00