Website dropdown combination

Hi Team,

On a website there are 3 dropdowns
1 for schemes
2 for funds
3 forcategory

Need to make permutations combation all these 3 dropdowns and download excels
For eg select scheme1,fund1.category1
Scheme1,fund1category2

All the possible combinations

And the elements i drop down are not fixed

How to work around this

Regards

Hi @supu123 ,

First using get attribute get all the values in each dropdown. Make a nested loop or save permutation combinations in table then make loop. After that find the selector how the dropdown is taking the value may be it is aaname. Then pass the value as variable into it.

retrieving the values from the drop-down can be achieved with different approaches. One option is using the find children activity:

For doing the permutations have a look here: