Extracting title by ID from webpage using VBScript and writing into Excel -


i want information on yahoo account make auto bot check mail. there problem. every "id" on yahoo mail varies when refresh page. found 1 "id" doesn't change. here is

<span id="inbox-count" class="unread-count " title="31 unread email">(31)</span> 

what want "31 unread email" write in excel file. used use document.all.item("inbox-count") doesn't work.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -