Page 1 of 1

Re: On Page fully loaded

Posted: Thu Jun 20, 2019 7:03 pm
by salvadordf
Hi,

If the web page has several frames or if it changes the HTML contents from JavaScript then it can be hard to tell if it ever finishes loading.

You can use TChromium.OnLoadStart and TChromium.OnLoadEnd to check if all the frames are loaded but you can also use the "isLoading" parameter in the TChromium.OnLoadingStateChange event.