Hey All,
Was wondering if anyone could help. I am trying to do a browser automation flow where I go to a directory, search for the last name of a person, and then find the full name and click on the full name and do extract from web page.
Let's say I want John Smith's info. I go to the website, click on the text box, and search "Smith". On the same webpage, almost instantly, Smith, John comes up and I want to click on it and his info pops up.
When I do a flow like this

I get the message box saying yes, which means the text exists. However, when i try to do this

The flow seems to fail on the OCR Step. I can't figure it out for the life of me.
John Smith is an example. But this exercise has French names as well with characters like É. I tried installing french language on settings and changing Windows OCR Language to French with no luck.
EDIT:
I tried an alternate solution by creating a custom UI Selector

Here, FName is a dynamic value for Full name. In the above scenario FName would return John Smith. When I try to use the function "Click on UI Element" it gives me the error "Click Failed (error while clicking)"
I also checked the html using developer tools and the name is within <a> tags