--- >
> At this point I am not sure how to modify the wait command to actually
> wait until the page has finished loading, before the next command
> *Keys.....gets executed.
>
> Is there a way to check for browser status bar showing "Done" in the
> above wait.until (exp) command ?
>
Something like
win.childhandlelist(("=firefox,&,*1-Click*", "Done")
may work by returning "" if no child window contains Done, a handle
otherwise. There are more exact ways if you the child index of the
status window (ie its identifying number) is constant. See the win
plugin child window services; you'll have to experiment.