Hello guys. I just would like to ask how to iterate dropdown using Click Activity. Select Item activity cannot be used. I have used Find Children and Get Attribute but variable cannot be stored in Click activity. Please help.
Try data scraping after clicking on the drop down option and store it in dt and use for each loop for iteration.
What Activity am I going to put inside for each iteration once I have used Data Scrape? Sorry I am new
Yes but this only works in Select Item activity. Properties change when data is from table. For each loop exclusively for tables is also used.
When iterating over the found children WE can do in click activity
Use the looped element in click under the property element
Or
Using the selector property under the property selector
I have figured it out now. Thank you for this idea of data scraping. What I did was:
- Use data scraping
- Use For Each Data Row
- Inside For Each Data Row, I used Get Row activity.
- Afterwards I used Click Activity and Type Into Activity
Automation was successful. Thank you.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.