Hi,
I want to automate download without appearance of file download window.
I have tried the use of MSXML2.XMLHTTP and Adodb.Stream. But the problem is my url is not a direct link to file download. my URL first process some request(export) and then based on that gives file file to download.
If i use XMLHTTP it gives me error object required xHttp, code 800A01A8, VB script error.
Another way i though using send keys, But the File download screen become unresponsive for it.
Please suggest how can i automate?
I want to automate download without appearance of file download window.
I have tried the use of MSXML2.XMLHTTP and Adodb.Stream. But the problem is my url is not a direct link to file download. my URL first process some request(export) and then based on that gives file file to download.
If i use XMLHTTP it gives me error object required xHttp, code 800A01A8, VB script error.
Another way i though using send keys, But the File download screen become unresponsive for it.
Please suggest how can i automate?