Problem with click on text

Hi
i have automated a process to click on droplist then it will list many values then select value based on created variable
When i run the process it stopped and not selected the desired value
Iam using studio x ,could any one help

Please note that i tried select item and menu item actions and didn’t work it pop up a message with it is not identified

Hi @mohad_ahmed

Check with the below steps,
→ After Click on the dropdown it will the list of Options right.
→ There use the For each Ui element activity and indicate any one of the option it will automatically extract all other options. Output of For each Ui element is CurrentElement.
→ In For each UI element activity, open configure filters give the value you want to select in the filter.
→ Inside For each Insert the Click activity don’t indicate anything, open the properties and search for the Input element field and pass the currentElement to it.

For each Ui element activity will store all the values in the dropdown and based on filter it give the input to Click activity to select it.

Hope it helps!!

Thank you very much for your support , one more thing ,if i have an excel sheet that contain the desired list value and based on the cell value it will click the value in the drop list

Please note that this activity is a task in for
each excel row and it is the one that have the list values

I hope my question is clear

You are iterating each row in excel by using For each row in excel activity, It is okay… @mohad_ahmed
Do you want to select the multiple values from the dropdown…?
If you want to select multiple values the dropdown will all you to select multiple values…?

No, only one value only from the dropdown

Hello

I would use 2 click activities if the “Select item”-activity is not working properly (because of too many elements).

  1. Click on dropdown-menu to display possible items
  2. Click activity with “Chromium” or “SimulateClick” to click on the desired item.

Alternatively if the dropdown-menu supports Type Into, then you could possibly type desired item and click afterwards.

Regards,
Soren

I tried it , the problem it doesn’t click anything

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.