I have a complex Flow that in one part uses OCR to click on a name in a table. It works as expected but is a bit slow. I have tried to replace the action with a dynamic Click on UI Element but have failed to get the action to work.
I have tried many versions of a UI element with and without the text editor selected but have failed to get it to work.
div[Id="main_content"] > div > div > div > div > table > tbody > tr > td > a[Text~="%Player['Handle']%"]
is typical of the selectors I've tried.
I'd appreciate any suggestions to replace the OCR with a smarter solution.