How to a porticular product details from flipkart

Let I need to get the data for realme2 pro phone for that intentionally I searched Realme phone in the flipkart search bar. I the search result I got the phone details that i want, but for each search my desired phone ex-realme2 pro is changing its position how I can fix ths.

Hi @mukesh_behera

Try this way

  1. Datascraping all the phone and their corresponding url and save in datatable varaible

  2. Use for each row to loop through each row of datatable, inside it put a condition with respect to the phone name u need , if the condition mets then use navigate option to move to the required phone page by using the phone url from datatable that u had scrapped and get the details

Hope it helps

Mark it as solution if u got answer to ur query

Regards

Nived N :robot:

Happy Automation :relaxed::relaxed::relaxed:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.