List of items save to variables

Lets retake it and present the different options

Mission: extract all options from a dropdown

Option 1 - Using the items attribute


grafik

Option 2 - using Find children and processing the result with LINQ


Postprocessing the myChildren

Option 3 - using Find children and processing the result with For each


grafik

also we can modify like using innertext as attribute or using
myOption = myOption.Append(myAttributeValue).toList instead of Append Item to List

:warning: FINDSCOPE Adaptions
Usually the OPTION elements are children from the Select element

In case of any other scenarios we set the FINDSCOPE to
grafik
and can scan for deeper nested elements