Fritterandwaste Posted September 18, 2022 Share Posted September 18, 2022 Hi. In the context of the IE_Loadwait and _IENavigate functions what does the word "load" actually mean? Does completion of load mean that the page must have been fully rendered by the browser or that the HTML has been retrieved? I don't really care if rendering is complete but I do need access to the full HTML. I would normally use _IEBodyReadHTML but it appears to be returning encrypted data for the site in question. Thank you in advance. Link to comment Share on other sites More sharing options...
/dev/null Posted September 23, 2022 Share Posted September 23, 2022 my understanding is that all elements have been fully loaded. HTML, CSS, images, whatever is referenced in the HTML file. See: C:\Program Files (x86)\AutoIt3\Include\IE.au3 search for Func _IELoadWait. That function uses the DOM property ReadyState. Read also these for more explanations.https://learn.microsoft.com/en-us/previous-versions/windows/internet-explorer/ie-developer/platform-apis/aa752066(v=vs.85)https://developer.mozilla.org/en-US/docs/Web/API/Document/readyState?retiredLocale=de Br Kurt __________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf * Link to comment Share on other sites More sharing options...
Fritterandwaste Posted September 24, 2022 Author Share Posted September 24, 2022 OK thank you. Link to comment Share on other sites More sharing options...
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