Skip to content

Instantly share code, notes, and snippets.

@TLMcode
Last active December 20, 2015 02:49
Show Gist options
  • Save TLMcode/6059000 to your computer and use it in GitHub Desktop.
Save TLMcode/6059000 to your computer and use it in GitHub Desktop.
IE DOM Wait()
Wait(pwb) ; example call
Wait(_obj,_int=100) {
While(!Instr(rs,4)||StrLen(rs)<_int)
rs.=_obj.ReadyState
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment