In desktop application I want to store the items from a drop down list and compare the items with my expected list.
Using select item is it possible to do this process
Yes,It is Possible.
Can u guide me the procedure
Can you share me the steps
As of my understanding.
You have of list of items and you want to compare with select item.
If it contains then need to select that particular listitem from the dropdown.
Am I correct about your requirement??
I have expected list of items . I want to compare whether this list of items only showing in drop down list
Use Find Children Activity,Indicate the dropdown as I selected the month dropdown.
Use For each and iterate through the find children collection output.
Inside for each use get attribute activity and give the attribute save to the Output results in List.
Hope it helps!!
Thank you so much!!! How can I verify it with my expected list of items. That both drop-down list and my expected list of items are same
How can I implement this in my drop down list items. Like I have save my drop down list of items and matches with my expected list of items
Thanks for your quick support!!!
@Ragul_sharma
indicate the elements as i shown in the above example
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.