$title = WinGetTitle("[CLASS:MozillaWindowClass]", "")
While $title <> "Sign Out : Mozilla Firefox"
Sleep(20000)
$title = WinGetTitle("[CLASS:MozillaWindowClass]", "")
WEnd
After upgrading Firefox my code now hangs at Sleep(20000). The MozillaWindowClass has not changed (checked with info tool). Any help much thanks.