Downloading a report from a web application takes a variable amount of time, but a pop-up window is shown when the download is finished. What should you do to check whether the file has been fully downloaded before continuing the process?
Options are :
- Set the WaitForReady property to Complete
- Use the On Element Appear activity and indicate the download pop-up window
- Use the Element Exist activity and indicate the download pop-up window
Display Answer
Next Question