How to select 2 elements on the UI using For each UI Element Activity.
Below screenshot I have currentElement extracted from the UI and I need another element to be extracted.
How can I get this?
We can extract the Pattern based Ui element by using the For each Ui element, it will iterates each element in the loop.
Hope you understand!!
There are 2 patterns so I need to extract 2 elements
Thanks
If it is not the confidential data you can share with us then we will get the better idea of it. @Sankaraveni_Murugan
Does For each UI Element activity supports to extract 2 pattern based elements which is as currentElement, currentElement1?
If you have any dropdowns or if you have any check or uncheck option in that cases the For each Ui element works.
For example, there is a dropdown in browser you want to select the multiple options in that column. For that purpose you first extract the Ui elements from the dropdown using For each Ui element activity the output is CurrentElement, Inside for each use a If activity to check the condition, Inside If insert the click activity and provide the CurrentElement in the Input element option in the properties of click activity.
Hope you understand!! @Sankaraveni_Murugan