When following url is opened on browser window, I need to iterate list of web elements with xpath, .//div[@class = '_1AtVbE col-12-12']
and then for all the search results of mobile phones, I need to log the title & price of mobile search results.
How this use case can be done with karate ui automation?