Hello sir/madam
This is shubham Prajapati I am facing the problem in storing the list of product name from searched result Flipkart.
Problem :
- I searched “Motorola mobile” in flipkart search box and list of motorola mobile displayed
2)Now I want to store all the name of product (24 product name listed out of Number of search result in first page). In this search result 117 product listed (See snapshot or Click on URL above.
As every product name has **different X-path ,**so creating problem to access individual element
- I want to store all these 24 product name and click on NEXT button at bottom.
this to be continue till reaches last product name
In Ui-Path We can create pattern of selection of element and it automatically select element one by
one and were able to store all the product name list till the last product name.Is There Any way that we can do?