Hi, I'm hoping to create a flow that visits this url (https://www.audible.com/account/credits) and extracts one piece of data from it.
To do this i'd need a flow to be able to sign in and handle any redirects back to the resulting page. After some exploration it seems like nbrowser is something that could accomplish this however the Unraid docker container I'm using doesn’t support this node... per container developer:
The NodeRed team did not allow SUDO or APT-GET in their docker images so unfortunately you will need to build a different docker file if you need to do this.
Besides creating a new docker container, which is likely outside my skill level, is there another node/way that I can accomplish this? There are also a number of other sites that I'd like to perform similar tasks on.
Thx