VBA Code For Extracting Data From Webpage In HTML5
Hi,
I am extracting data from IMDb - Movies, TV and Celebrities, they are using html 5 where all the codes are tagged with itemprop, I have tried the get element by id or by class name but nothing working......,
for example:
---
actor 1
Now, the problem is Doctt.getElementsByClassName("itemprop")(11).inner HTML, is working but its not giving me accurate data
have tried ie.document.getelementbyclass and ie.document.getelementbyclass
--------------------------
Also, for runtime, the code
i am not able to understand what to write to get accurate data... in this i have tried something like..
Doctt.getElementsByID("time itemprop=""duration""")(0).innerHTML
Doctt.getElementsBytagname("time itemprop=""duration""")(0).innerHTML
but its not working, please please please please advice.