Hello -
I am trying to select the first item in the list box. The process is below
Search the customer name (example - ltd) when i hit search button i get the list of customer names that contains ltd i want to select first item in the list.
Tag looks like
How about hot key down + enter?
Thanks. Is sending key only option available ? Dont we have option like using list item index and select the first item?
If you know the name - You can use “Select Item”
If it is Dynamic - You can try Get Attribute - check for the Selector Attribute in Uiexplorer (aaname,index etc) and use click for that Item.
its working fine,able to select first value in all dropdowns
thank you so much