Hello :)
Such a question has arisen. There is an HTML page that runs javascript. The script every 5 seconds changes the values of variables in the plate. It is necessary to read the values of the variables that appear. I tried to just parse the page with a GET request, but instead of the variable values I got the name of the javascript variable. Actually, how to solve this issue? Tried to find something on the Internet, but really did not find anything.
If you are interested in specifics, you need to receive real-time data from this page http://warehouse.funcube.org.uk/realtime.html (I know that there is a .csv file, but there is not all the data).
Thank you in advance!