Hi All,
i am working in project, where it will open open application and run some file which will import data, but it fails when i don’t use delay time and in background it keeps on importing.
i want to program in such a way that it doesn’t fail untill unless that window appears.
-Use Retry scope as i suggested.Retry Interval=50,Retry Count=500
-Use Image exist inside the retry scope.
-For Image exist capture the screen without progress bar or after the progress bar has completed.
You are still capturing the incorrect screen inside image exist.You do not need to capture progress bar instead capture the default screen without progress bar.
because you want the next action to be executed once the progress bar is vanished so image exist should have the screen without progress bar or after the progress bar has vanished.
There is a search button which i need to click and then from dropdown i need to select required item and click on run.
After clicking that window will come.