Need to automate navigating a vendor portal and downloading a report

Additional Notes:

To do Some of this without Apify. (I Just re-confirmed this works in make)

This is an example of logging into rototgrinders.com
highlighted fields are the important ones.

Get Login Field ID’s (Keys)

Made by William Cowan with Scribe

1. Go to the sign in page and right click on the username field

Screenshot

2. Click Inspect in the Menu

3. you should go strait to the element, find its id
id="xxxxx"

Screenshot

4. Copy the fields ID

Screenshot

5. do the same for password

Screenshot

Made with Scribe

then enable share cookies with all html modules.
you should now be logged in for the duration of your run.

1 Like