Is it possible to use Python to detect when a web page has finished loading in the Firefox browser? I'm trying to automate some browser tasks using Python and this is the major stumbling block for me. Note that this is for small-scale personal use, not a server farm or anything like that. The Firefox browser is in an open window, so I can see what it is doing.
BTW, I'm using Python version 2.6 on a Windows XP PC.
Thanks in advance.