Node Red has the HTTP Request. It returns the raw html. Unfortunately, the page that I want to get is mostly rendered via cs files (about 20 of them, all with random paths). Is there some way to retrieve the final rendered result?
When I view the URL with a browser, there is a firmware version number displayed, which is the latest firmware version for the device. I am looking to check if that changes once per day and notify me if it changes. But the way the page is rendered, it looks like I will be chasing a changing destination every time.
Thank you for any advice