In our web application after downloading a report one small intermediate pop up comes and gets disappeared very quickly. So i cant come from uipath studio and indicate the element so quickly because by that time it gets disappeared.
So what to do in such scenarios ? How to capture the selector ?
I dont want to use Delay activity as it is a static wait.
You can check if the file is downloaded or not by using an if condition File.Exists(“yourfilepath”) instead of waiting for the downloaded icon to disappear…
Actually I have to wait for the icon to disappear because in the same page i have multiple reports to be downloaded one by one. Unless the icon is disappeared i cant download the next report.
That pop up indicates the complete download? So you can search if the download exist in your download directory and then start the next report download.
I’m having a similar issue at the basic level. I need to indicate a click on a selector that comes and goes within a split second. Now I would try to use a trigger and click on element disappear but for some reason that doesn’t matter
That might be because I have the click set to and area of the browser that changes once the notification pops up ( the selector that I’m trying to click)… Any suggestions?
Are you trying to identify the selector for that popup? As you mentioned the popup will get closed within seconds, here its better to use the App/Web recorder.
You can directly record it as how you are doing it normally. Then you can use that recording in your main flow.