Forum Discussion
Maheshwari
4 years agoRegular Visitor
Web content data extraction
Hi All iam pulling data using web url. the web url shows data for only first 100 rows in one page.if we need to get further data need to click buttons 2,3,4..done using href dopostback command.but th...
mahoneypat
4 years agoMicrosoft Employee
That will depend on how the web page is structured. If you see a url that contains a page value in it, you can make a list of values and then concatenate it into the url and make a web call for each page. If not, may not be possible.
Pat
Expresso
4 years agoFrequent Visitor
I have the same problem, how to do that?