cancel
Showing results for 
Search instead for 
Did you mean: 

How to select the first item in search suggestion box using HTML mode?

Anonymous
Not applicable
Hi All, What we did: 1.We are sending the global send keys to write data into input text box. 2.Then we will get suggestion for the entered text. 3.We spied the first suggestion and tried to enter that in the text box. Problem: For some inputs we are getting multiple suggestions with tag name as div in Application Modeller. How to select the first one from multiple suggestions? Thanks in advance. Nagalakshmi
1 REPLY 1

AdamSørensen
Level 3
If you already are using global send keys and have made the necessery steps to ensure that the keys are sent to the correct application, why not just focus the textbox then sending an Arrow Down and Enter? It may not be the best solution, but maybe it will work?