Hi,
For a legacy application, where elements cannot be identified, trying set clipping region to a section of the page and use key tab. But the tab is going all over the page. It is not going field by field in the clipping region. Any advice would be appreciated. Thank you!
Even without clipping region tab should work in a legacy application page. But the tab is going random. Please suggest how to fix this.
Use Keyboard Shortcuts with Anchor Base or Computer Vision activities instead of relying only on clipping region.
Legacy apps often don’t expose proper tab order, so CV activities or Image-based automation give reliable field navigation.
If possible, enable Accessibility/AA framework in UiPath for more consistent element focus.
I think Tab key follows system focus, not clipping region. Use Click Text or Find Relative Element to anchor focus. Try Send Hotkey after setting focus with Click or Activate. Use image-based automation if selectors fail.
No mode is working. It gets an id or idx which changes every time. So there is no label or no title etc to uniquely identify.
Tabbing with hot keys is random. CV not working, It throws some security error.