I’ve been trying to gather the options available in various drop down menu’s.
I have used the Find Children on the drop down element, then wanted to do a write line to just output the options to the output window.
so For Each item in Status (FindChildren Variable IEnumerable)
WriteLine item.tostring
but it outputs “UiPath.Core.UiElement” rather than the actual option that the drop down contained"
Any help greatly appreciatedFndChildren.xaml (7.6 KB)