Question
Thread display: Collapse - |
All Answers
Start or search
Create a new discussion
If you're asking for technical help, please be sure to include all your system info, including operating system, model number, and any other specifics related to the problem. Also please exercise your best judgment when posting in the forums--revealing personal information such as your e-mail address, telephone number, and address is not recommended.
How can I use Vbscript to interact with "Download File" pop up?
I'm using xp OS and do not intend to use APi's or anything other than vbscript (this may not be possible). Ideally I wanted to create a custom function that will click on a specific link, click open to get the downloadable excel file and then compare the values in the file with other constants.
My issue is that I cannot interact with the pop up message titled "Download File", I have tried to use Vbscript to ascertain information about the pop up with specific msgboxes however I cannot because once the pop up appears my vbscript stops.
Is there a way to continue the script running? Is there a way to interact with this pop up? In your opinion am I better to wait for the access rights to come through and use QTP?