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 -

php - Cannot override Laravel Spark authentication with own implementation -

What is happening when Matlab is starting a "parallel pool"? -