Problem when selecting an option in dropdown

Thanks all,
I got the solution as bellow

  1. Used Find Children Activity for drop down
    you get all details into IEnumerable veriable
  2. Apply For Each loop on IEnumerable list
  3. Inside For Each loop
    Use Get Attribute activity pass item to Element, Store Result into veriable
    IF condition to check value
    Click Activity to select item

For more details please refer, DropDown Item Selection.xaml (12.3 KB)