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
Post a Comment