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.

Showing Answers 1 - 1 of 1 Answers

yan

  • Feb 18th, 2007
 

isExsit=Browser("Browser").Page("Page").Frame("listFilter").Exist(1)

While isExsit= false
   wait 1
Wend

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions