In my requirement I have name of the item, and on the web page I have a couple of UI blocks, each has it’s name and the same button.
Robot must find a block with required name and press button on it.
The problem is that flow with activities Find Text Position + Anchor doesn’t work here. Error occurs: Find Text Position ‘DIV repeating element’: The method or operation is not implemented.
Is there any idea how to deal with that? Maybe even some difficult or partly stupid logic But I really need this part to be automated.