Getting dropdown values using GetAttribute activity aaname attribute

Hello All,
While trying to extract dropdown values from MANN-FILTER Online Catalog Europe - Vehicles OFF-HIGHWAY APPLICATIONS Agricultural machinery portal using GetAttribute activity aaname attribute I’m getting the below value:

new RichFaces.ui.Select(“dropdownsHerstellerSelect”, {“clientSelectItems”:[{ “id” : “dropdownsHerstellerSelectItem0” , “label” : “AEBI TRAKTOREN (CH)”, “value” :

But I’m looking for dropdown values like for example “AEBI TRAKTOREN (CH)” which need to be iterated for extracting further portal details. Any suggestions are welcome.

Thanks,
Abhijit

2 Likes

@rayabhijit2017
find children will help
expand it with a click and filter to all entries:


grafik

find starter help here:
GetManufacturerFromDropDown.xaml (7.2 KB)

3 Likes

@ppr Thanks for your prompt response.

Ohh, nice tips :grinning: