Verify drop down lists

Hi,

I want to verify list of items present in the drop down. Please let me know how to do it.

Class 1: Explosives
Class 2: Gases
Class 3: Flammable Liquids
Class 4: Flammable Solids
Class 5: Oxidizing Substances, Organic Peroxides
Class 6: Toxic Substances and Infectious Substances
Class 7: Radioactive Material
Class 8: Corrosives
Class 9: Miscellaneous Hazardous Materials

Hi @shruthi_arali

You can do a Get children activity on the Select item menu. Which will give you the desired values. Loop through children to find the values

cheers

Hi @shruthi_arali ,

get class list and check contains with your list.

Thanks,
Rajkumar

Hi @shruthi_arali

You can use find children activity to get all the items from the drop down.

The find children activity returns an ienumerable list, which you can iterate using a for loop and get its name using a get attribute activity and mention the attribute property as aaname

Check out this video link

Regards
Gokul

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.