Say I am loading a page in Firefox, but the site is slow. I want to check that the entire page is loaded first, before moving forward in my code. I tried WaitWindowViewable, but that does not give the right effect. You can tell the content is done loading when the mouse cursor returns to the normal "inactive" state. On Ubuntu, it shows a little scrolling whell until the page is fully loaded. Is there some X11 GUITest method to check this type of thing? Thanks...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Say I am loading a page in Firefox, but the site is slow. I want to check that the entire page is loaded first, before moving forward in my code. I tried WaitWindowViewable, but that does not give the right effect. You can tell the content is done loading when the mouse cursor returns to the normal "inactive" state. On Ubuntu, it shows a little scrolling whell until the page is fully loaded. Is there some X11 GUITest method to check this type of thing? Thanks...
We'll have to investigate methods for doing this... Currently WaitWindow functionality is pretty much it.