Hi guys, I have a windows application, and I need to click a drop-down menu, and then click every single item in this drop-down menu. Since the number of the items are dynamic, my thoughts is:
In that case, add all the item to a collection.
Then you can click on all the “element” of your collection inside a for each activity, you will get all the click even if they are dynamicaly changing.