Hello,
I am working on a automation project and the process is working fine. It is a kind of process using Computer Vision Activities where the system scraps patient record from a Cerner application.
It takes a number from a csv file where there can be hundreds of numbers present and then goes to application and search for that particular record number in the application. Upon searching, the system scraps the data we need from the application and then again picks different number from the csv and this process goes on until hundreds of records have been fetched and scraped.
However, one issue I have been facing is that after hours of scraping, the process stops and throws an exception, SelectorNotFoundException or ElementNotFoundException.
Before throwing the exception, the process has already scraped hundreds of records, then why it is throwing exception after this much long?
May be the application is responding slow or is refreshing during that time…
Try using a retry scope and also please check yhe screenshot if the application has loaded or not
Cheers
Ok
Lemme check again
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.