We are finding that when using the ui_path selectors that are generated, by indicating an element on the screen, some of the selectors no longer work when the application vendor releases a new version. Is there a standard approach for using anchors or finding elements relative to an element that does not have an id that is changed with a new release?
In our case, the issues of the element id changing in new versions of applications cannot be addressed with “*” or other simple solutions. I am considering using Find Element and Find Relative to deal with this problem, which would be a lot of extra coding/work if most of the selectors need to be created this way.
Just wondering if there is standard way of isolating selectors from the application changes.