I wanted to choose a specific value from a dropdown
Assume the dropdown contains values as
Sun
Star
And i wanted to choose star.
I am using Select Item. While using Take informative screenshot i am getting error as This control does not support selected item
Selector contains - webctrl id=‘brand’ tag=‘INPUT’
How to resolve this error help needed…
Click “Dropdown list arrow” (so that the item list will show up)
Set Focus on the item list
3-1. Assign an ItemValue <String> that you’d like to select.
3-2. Click Item with Target Selector "<webctrl aaname='" & ItemValue & "' tag='INPUT' />"
just replied this alternative sequence in the other post, so please let me know if this works for you.