Is it possible to skip the time interval while downloading?

The website I’m using to download report has this 60s time interval and making the download process too long. Is there any macro to skip it? Thanks.

Do you mean you do not want to macro to wait for the file download to complete?

That is possible, use

OnDownload | file name | false

“false” here means: Do not wait, continue with the macro.