Clicking on a save button when an activity is completed

In my application, i have to scan a number of pages which might be 1 to 100 or even more and it might take couple of seconds to more than 2 minutes, to scan and load on the window. How do wait without hard coding the time delay and then click on save button. The Save button is already active before and after the scan. I tried On element appear and it is not working. Is there any other way i can achieve this ? Please advise.

Hi @Aaditya
Have you tried element exists and use get attribute activity and pass aastate property and then based on condition you can use click activity

Thanks
Ashwin.S

1 Like

Thanks. I used "Wait Element Vanish " and i was able to wait till the loading icon during scan to complete . It helped.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.