Select a range of values from drop down and enter it one by one

hi i need to get the values from a drop down in a webpage and get all the values in the drop down list and save that to a new excel sheet. the excel sheet also need to be created.!

@jishnupnair1996

Use Find Children Activity and Indicate the Drop-Down from where u want to get the values. By using forEach activity loop through the uielement and then inside foreach use GetAttribute by aaname

You will get all the values. and store them into a DT and at the end outsite loop by using writeRange print the DT.
Use sample workflow :
Test11.xaml (10.1 KB)

2 Likes

thank you rashmi for your help…