Give the correct answer

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?

a) Use the Element Exist activity and indicate the download pop-up window

b) Set the WanForReady property to Complete

c) Use the On Element Appear activity and indicate the downlised pop-up window

@Abhoy_Kumar_Mondal

Option C

Regards

Hi @Abhoy_Kumar_Mondal

Option C
Use the On Element Appear activity and indicate the download pop-up window

Regards,

Hi @Abhoy_Kumar_Mondal ,
C
regards,

Hi @Abhoy_Kumar_Mondal
Answer is C

The On Element Appear activity is used to wait for an element to appear on the screen.Used to check whether a file has been fully downloaded, because the download pop-up window will only appear when the file is finished downloading.

Hope it helps!!

@Abhoy_Kumar_Mondal

c) Use the On Element Appear

Hi @Abhoy_Kumar_Mondal

Option C is the correct one.

When we use the On element appear activity it will wait for the Specific element to be appear.
In the properties when we check the wait visible property then this activity waits for the specified Ui element to be visible.
Check the below image for better understanding.

Hope it helps!!

@Abhoy_Kumar_Mondal
c) Use the On Element Appear activity