i have to one web get all data from that website ex. flipkart get mobile name and price so i have to do same thing but without using scrapping
First, why do you want to do it without using Data Scraping?
just trying is it possible
Technically yes, it is possible but it is recommended to use Table Extraction Wizard for such thing.
What you could do is use Get Text activity to get the data you want and try to use wildcards inside the selector so you can iterate through every row of the table.
Most tables will have some properties called tablerow for the current row and tablecol for the current column. You could build an automation that iterates through these tablerows and columns and gets the text that is found.
yes right
thanks
1 Like