I believe document-load-finished signal is what you are looking for as it seems (in my opinion) to more accurately match what you are trying to verify.
One of the ideas that should be checked is the right way to do this, in order to check the different ways of checking if the document is manually uploaded. That is, try the one with which I am connected above, and output a string to the terminal when the value is true. If the value is true before the page fully displays all its contents, most likely this is not the one you need. Then move on to the next until you get the right one.
Other than that, I'm not quite sure what else you can do, because, as you mentioned, the definition is not very clear. Sounds like this, I would like the Gtk documentation to be a bit more detailed.
source share