Unnecessary delay in between the process execution

My application is a web based application. In between the process step there is step to download a report and then click on a particular button. But everytime after downloading the excel there is a delay of 25-30 Secs, although I haven’t used any delay. So in between the process there is unnecessary delay although the page is not getting reloaded.

Can someone plz suggest some way to reduce the delay.

Try changing the WaitForReady property to “None”. Usually works for me.

1 Like

In the properties under Target change WaitForReady from INTERACTIVE to NONE
image

1 Like

Thank you so much , it worked.

1 Like