Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.

On Page fully loaded

Post Reply
User avatar
salvadordf
Posts: 4016
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: On Page fully loaded

Post 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.
Post Reply