I don't know if this works for browsers, but this is what I do on the clients. I would something like.
So once the page is loaded it will stop the wait.
Code:
For i = 1 to 20
if Browser("QA SOL Portal > Home").Page("User Accounts_4").Exist(0)=True Then
Exit For
else
Wait 1
End IfSo once the page is loaded it will stop the wait.

