Working in a web app where I change the value in a dropdown then click save. Use App/Browser closes the window immediately (I don’t need it to stay open) before the save is finished. There is no save confirmation prompt, nothing changes on the page. Basically after clicking save I just need to wait for page load to complete without anything changing. Any tricks for this? I hate to use a hard-coded delay.
Hi @postwick,
You can have element exists activity to check for a particular element that would signify that the page download has completed. Here for this, you can also set its waitforready property to complete.
Use this activity inside retry scope and exit when you have found that element.
Regards
Sonali
As I said, nothing on the page changes, so there is nothing for Check App State to look for.