Hi ,
I would like to get the collection of autocomplete suggestions and I have to click on specific item that matches my string OR I have to click on 3 rd item from that autocomplete options.
For.e.g.,
On typing 'selenium' in google, it suggests autocomplete options like <selenium> <selenium tutorial> <selenium webdriver> .... <selenium standalone> . here, i have to get all items in list and wanna check my string matches with any of these items.
Presenting code will help me better !!
Thanks in advance.