i need to click on “select” button and select an item because its an dropdown box of every row the page contain 20 rows ,I need to click on every individual row
→ Use for each Ui element activity and indicate on the first dropdown. It will take all the drop-down in 20 rows. Output is CurrentElement.
→ Inside for each Ui element activity insert the select item activity and pass the CurrentElement to the input element field in the properties of select item activity.
→ Select the option in the select item activity to select that option in every dropdown.