We are using a desktop based application to automate. One of the pages in the application has a table which needs to be extracted or taken a screen shot. This page is a HTML page and the URL dynamically changes. What is the best way to extract the information?.
Is data scraping not working, if the page is html page then data scraping should be working and is there any specific reason why the url changes dynamically.
One more thing inside a desktop application why there is a URL
Once the file is stored in your required path get the files from that path into a array using directory.getFiels(“pathOfTheFiles”), then do the work for each of the file using for each.
let us know if this works if not will think around some other solutions.