Need to click on each countries one after other from the website someone please guide me how to do??
@Palaniyappan
@ushu
@Nithinkrishna
@geetishree.rao
@Gokul001
Need to click on each countries one after other from the website someone please guide me how to do??
@Palaniyappan
@ushu
@Nithinkrishna
@geetishree.rao
@Gokul001
Use Find Children Activity For this
Thanks for reply, can you please explain a bit more??
Hey @HeartCatcher
I hope that’s a menu which you are showing.
Use Find Children activity to get all the menu elements inside the menu container
Loop through it and use each element into the Click activity.
Hope that helps
Thanks
#nK
Use Find Children Activity
Gather All the selectors of the items (countries)
Add all selectors to a collection
loop through the collection using for each loop, use click activity and pass the looping variable in it.
Hello @HeartCatcher ,
Better to use Table extraction and get it to a datatable. Then you can loop through each row and click on the links by dynamically passing the value “CurrentRow(0).ToString”
It should work fine.
I used the data scrapping but I am getting entire data at a time as in the attachment I need one by one please do needful
Use for each row in data table activity and can get the one by one row. Use below exp within the for each
Currentrow(0).ToString
Thanks it is working fine now.
Now i need to click on each currency using the click activity, should I click only on first currency name or I need to change anything in the selectors??
@HeartCatcher Follow these steps within the for each activity
Refer below link of how to pass variables in the selector
@HeartCatcher Use excel application scope instead
I used Excel application scope only
@HeartCatcher Try to kill excel before this activity and check once