In a legacy windows application currently running on Win 7, I need to scrape data that is in a grid/table format with many columns and rows (not all columns/rows are visible unless you scroll to the right and bottom to see the data )
I have tried using data scrapping method in UiPath …but this method is not working completely and UIpath does not seem to recognize the table cells … Please help with the below :
-
I am not able to scrape the data fully …the columns are resizable in the table and Uipath is only getting partial data that is visible and not the full data from the cell…
-
How can I get UiPath to scrape all the data in the grid without having to code for scrolling ? The rows in the table could change dynamically from time to time…
Thanks