ryanblumenow
New Member
- Joined
- Jul 18, 2017
- Messages
- 5
Hi there everyone,
I hope you can help me. Please excuse if I get any terminology wrong, as I only code in VBA and have no experience with other languages.
I am trying to download a file from www.loyverse.com, which is in AngularJS. The website requires a login, and after login to click on a certain area of the webpage to download a CSV, which is the file that I am trying to integrate into my workbook (I have already written code to do this part). The issue is downloading the file.
Because I don't know AngularJS at all, I am using SendKeys to login and click on things, but it is too volatile and at times virtually unusable.
Is there an alternative to SendKeys I can use? Or can someone help me with a Jscript to download this file?
It's really becoming quite a concern to me, the rest of my code works really nicely, but the SendKeys and AngularJS make this almost intolerable.
Would really appreciate any help.
Thank you!
Ryan
I hope you can help me. Please excuse if I get any terminology wrong, as I only code in VBA and have no experience with other languages.
I am trying to download a file from www.loyverse.com, which is in AngularJS. The website requires a login, and after login to click on a certain area of the webpage to download a CSV, which is the file that I am trying to integrate into my workbook (I have already written code to do this part). The issue is downloading the file.
Because I don't know AngularJS at all, I am using SendKeys to login and click on things, but it is too volatile and at times virtually unusable.
Is there an alternative to SendKeys I can use? Or can someone help me with a Jscript to download this file?
It's really becoming quite a concern to me, the rest of my code works really nicely, but the SendKeys and AngularJS make this almost intolerable.
Would really appreciate any help.
Thank you!
Ryan