I can successfully highlight and locate the button in the selector, but it keeps throwing a locating error during workflow execution.
I guess that could be a little misleading.
When you are recording, OpenRPA registers a hook in windows, that tells OpenRPA where your mouse is, and whenever it moves, it ask’s windows, what is the element under your cursor.
It then highlights the area, that matches that element.
This does NOT mean it can always find that element again, since finding the element also means, either knowing the exact path down to the element, or the element having enough unique properties to uniquely identify it within that windows.
Maybe this video can be a little bit of help ?