Hi, I've been using Internet Explorer automation to do some web scraping for my database. The problem I'm having is that some of the data I need is loaded asynchronously via AJAX so that the data is still loading even after the page is loaded (i.e. after ie.readyState = READYSTATE_COMPLETE)...