0.67.0
takahirom/arbigent0.67.0Nov 22, 2025by takahirom
AI Summary
Fixed Web dialog button clicking issue by introducing ClickWithText option that enables clicking views containing text using OCR. Also added UI for configurable additional actions at both UI and scenario levels.
Key Highlights
- Added ClickWithText option for Web
- UI for configurable additional actions
- Scenario-level additionalActions configuration
- Enabled clicking views using text via OCR
New Features
- ClickWithText option for Web
- UI for configurable additional actions
- Scenario-level additionalActions configuration
Full Release Notes
There is an issue that we can't click dialog buttons in Web. This is because our logic for retrieving the UI tree isn't compatible with that. We have introduced an option called ClickWithText, which enables us to click on views that contain text. Generative AIs are proficient in OCR, so it should work. Thank you, @robert-northmind, for adding this option. ## What's Changed * [CI] Add workflow dispatch and extend retension-days by @takahirom in https://github.com/takahirom/arbigent/pull/357 * Add UI for configurable additional actions by @takahirom in https://github.com/takahirom/arbigent/pull/358 * Add scenario-level additionalActions configuration by @robert-northmind in https://github.com/takahirom/arbigent/pull/356 * Limit additional actions to ClickWithText only by @takahirom in https://github.com/takahirom/arbigent/pull/359 ## New Contributors * @robert-northmind made their first contribution in https://github.com/takahirom/arbigent/pull/356 **Full Changelog**: https://github.com/takahirom/arbigent/compare/0.66.0...0.67.0