Files
agenticSeek/sources
Br1an67 1e827a903b feat: add support for select, textarea, and file upload in web forms
Extend form handling to support:
- <select> dropdowns: detect options, select by visible text or value
- <textarea> fields: fill with text content
- <input type="file">: upload files by absolute path
- All element types are also discovered inside shadow DOM

Changes:
- find_inputs.js: discover <select> (with options) and <textarea>
- browser.py: import Select, handle new element types in
  get_form_inputs() and fill_form_inputs()
2026-03-02 00:16:28 +08:00
..
2025-06-07 23:47:22 +03:00
2025-05-17 22:04:07 +02:00
2025-06-01 16:47:05 +02:00
2025-05-04 19:29:31 +02:00
2025-05-17 22:04:07 +02:00
2025-04-01 18:49:37 +02:00