-
wait 1,0
Wend
If the value returns false for the first time , then its keep on retuning only false even though the the application opens that Frame.
Appreciate your help.
">I am using QTP9.0I am checking for the existence of the Frame, if it does not exists then waiting for sec and then checking the existence in while loop.The code is as belowWhile Browser("Browser").Page("Page").Frame("listFilter").Exist = false wait 1,0WendIf the value returns false for the first time , then its keep on retuning only false even though the the application opens that Frame.Appreciate your help.