I'm trying to web scrape from a site that requires login, i have already achieved that and scraped the website successfully.
What i'm having problem is that the values i'm trying to scrape don't appear until after a few seconds after the site has been loaded, i'm scraping from a Siemens OZW772.04 controller unit and it has to fetch celsius degrees and it takes a few seconds before it has loaded them all.
So after i have scraped the website the text is alright, but all the values are like this
Datapoint Value
HN1 heat-in \n
---
\n \n
\n
HN2 room-temp \n
---
\n \n
\n
Where \n are the values i need. I have already tried just letting the thread wait but that doesn't seem to work either.