Find/ search for a text in web and click on it

Hello All,

I have a very complicated situation, and I want to ask if Studio alone can solve this, I have a excel sheet Column A : Name column B: URL Column C: name of the file.

I am doing for each row in the column get A ,B, and C. then I am opening the URL, HERE IS THE PROBLEM I need to search the name of the file and click on it in the WEB , find element cant fix this because it search an OCR and not a String


Hi @ahmad_chahine

→ Use for each Ui element activity and indicate the documents.
→ Open the Configure filter options and pass the currentRow(“Column C”) and make the filter as contains. Output of For each Ui element is CurrentElement.

→ Inside for each Ui element activity insert the click activity and pass the CurrentElement to the Input element option in the properties of click activity.

Hope it helps!!

Hi @mkankatala,
I tried to use for each UI element, and i choose from the first website , but when I run the origram , it throw an error : Value cannot be null

May be for each Ui element not working for that selectors.

With the same logic try to extract as datatable by using Extract Datatable activity… @ahmad_chahine

working on it , Thank you for you reply.

1 Like