Lets retake it and present the different options
Mission: extract all options from a dropdown
Option 1 - Using the items attribute
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
also we can modify like using innertext as attribute or using
myOption = myOption.Append(myAttributeValue).toList instead of Append Item to List
FINDSCOPE Adaptions
Usually the OPTION elements are children from the Select element
In case of any other scenarios we set the FINDSCOPE to

and can scan for deeper nested elements





