If it is a react website that would imply it has an api you could just use directly. Might still need to login to get a token but that's a lot more robust
Agreed! I always am confused when people screen scrape instead of just monitoring and replaying network requests. Much cheaper and much more robust. Is there anything I'm missing?