Autohotkey: How to wait until page is finished loading?
I have a script for autohotkey, and it involves clicking a link, then waiting until the page is finished loading before the script goes on. How would I go about doing this? What is the code to wait until page is finished loading? I use firefox.
Hmm... The only way I can think of is using the "Sleep" command, it will work well if you have a reliable internet connection with somewhat consistent speeds.
example:
Sleep, 1000
that would pause one second (assuming the








