So i have a website i am scraping data off, and it has live appearing elements i need to keep getting. I see them on screen and can get them as html via inspect. However i’ve been searching for hours and only thing i found is to simulate the request to get an element.
Is there a way to detect an element appearance (there are a lot of such elements and they’re the same) and then get it or something like that?
They all appear as children of a same div, but length of it stays the same, if that helps somehow
P.S: elements disappear as i reload the page
Thanks in advance.
DeviEnd is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
3