baconismidog Posted February 4, 2014 Posted February 4, 2014 Note that I don't want to use IE, I want to use Chrome. I know IE will do this. inetget/inetgetsource won't work because the data I'm interested in is loaded after the client side is displayed. WinHttp won't work, I've spoken with the UDF developer (trancexx) about it already I'd REALLY like to avoid using send or controlsend ("^s") but that's all I can come up with currently. I believe there is a "pageloaded" event in javascript but I don't know anything about java and I don't know how to incorporate it into an AutoIt script. Thanks in advance guys.
JohnOne Posted February 4, 2014 Posted February 4, 2014 On 2/4/2014 at 1:40 PM, baconismidog said: inetget/inetgetsource won't work because the data I'm interested in is loaded after the client side is displayed. Displayed in what? AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
baconismidog Posted February 4, 2014 Author Posted February 4, 2014 On 2/4/2014 at 1:54 PM, JohnOne said: Displayed in what? Displayed in Chrome (I think that's what you're asking). I'm saying that inetget grabs the data from the server but the data I'm interested in happens after the page is loaded in Chrome (or IE, Firefox, whatever). If I load the page, hit ctrl+s and save the page then search for the links I'm after in the saved file they are there but if I inetget the page and search the saved file the links aren't there.
JohnOne Posted February 4, 2014 Posted February 4, 2014 Probably have to use >these UDFs. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now