How to fetch all the data from appears in the auto suggestion

I need to perform the following.

goto Google.com and then type UIPAth. I need to fetch all the suggestions that comes in and then I need to click a particular suggestion that matches my text i give.

Hi @Arunchettur,

  1. Use Open Browser Activity pass url you want
  2. Use type into activity for typing the search string and send a hot key enter
  3. Use data scrapping
  4. Apply for each loop on the datatable you scrapped
  5. In the loop have a if condition to compare your string with the searched string. and then go further in loop to do your stuff

Thanks,
Prankur

1 Like