I am trying to create a automation script in nodejs. My goal is to first login to the site and then download a particular file which you can only do that if you are autheticated that is logged in.
Is this possible without using selenium?, like only by using axios in nodejs.
I tried using keepAlive
in axios, but it is not working, 2nd axios request keeps redirecting to login page.
If not axios, is there anyother easy method?