I am handling computer vision automation, plz refer to below attachment.
I have to download these all documents present here, but the count is not fixed sometime 3 documents present and sometime more then 10 how to handle this scenario.
I am handling computer vision automation, plz refer to below attachment.
I have to download these all documents present here, but the count is not fixed sometime 3 documents present and sometime more then 10 how to handle this scenario.
Try like this
First data scrap those data and then loop through it and download the documents
Regards
Sudharsan
@Sudharsan_Ka i can not scrape that complete data at once bcse the window is very short i have to use many down key to scrape all day
Hi
when you use data scraping , it will fetch the whole table isnt it? regardless of the no of items in it
maybe you can use hotkey activities, i mean, click on the first row, then download it, then use Down hotkey and keep going until reach the last row
But m not sure how many documents are there ,don’t know when the last row appear count is not fixed
may I know , from where are you trying to get this table content pls?
It doesn’t matter, we will know that it is the last column because it will throw an error that click activity could not find the selector or element, so basically we will put those activity within a trycatch activity, so if it go to the catch part, it means that you’ve reach the last row
Regards