Data Scraping from Scroll up/down

I need to scrap all the list of countries from a scroll up/down option from a web page and compare it with a particular country i have with me on a excel and return the value when it’s a match!

How to do this? How can i get the values of all countries since i cant do scrolling/up down automation using uipath?

Thanks in advance :slight_smile:

You can use FindChildren activity

See this

once you get elements in for each loop you can use Get Attribute to get the value of Dropdown

See this sample

Main.xaml (9.1 KB)

Thanks,
Prankur

1 Like