How to loop the options which occurs after search in browser

Hello all,
I am trying to loop the options but can’t get successful.

Any one suggest?

what do you mean by options?

When we search for something in search box we get multiple results,
I am trying to loop the results but can’t get successful.
I want every result.

Hi @kajalDumbre

You can use the data scraping activity to scrape the data in the screen. once you scrape and get the data to the datatable, then you can use the For Each Row activity to loop through the items

if i need to loop html tags only not the content of search result ?