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 -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -

Python Tornado package error when running server -