Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Do Until Loop issue
#2
Solved: 10 Years, 10 Months, 1 Week ago
If you are using this loop to verify if the web element is visible or not, then you can also use the following

Code:
sLoop = True
Do Until sLoop
If cStr(Browser().Page().Frame().WebElement("Account Documents").GetROProperty("Visible")) = "True" Then
    sLoop = False
else
   wait(1)
End if
Loop
Reply


Messages In This Thread
Do Until Loop issue - by mv8167 - 09-08-2011, 02:44 AM
RE: Do Until Loop issue - by tarun - 09-08-2011, 04:41 PM
RE: Do Until Loop issue - by mv8167 - 09-08-2011, 10:47 PM
RE: Do Until Loop issue - by supputuri - 09-09-2011, 10:01 PM
RE: Do Until Loop issue - by mv8167 - 09-09-2011, 10:07 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  FOR LOOP shayk1985 1 5,135 12-13-2012, 11:35 AM
Last Post: sams001
  How to exit from a for loop silpavinod 2 9,456 10-17-2012, 12:55 AM
Last Post: agarwl.anurag
  for loop sia sharma 1 3,217 09-13-2012, 11:44 AM
Last Post: ksrikanth2k9
  Help with Loop LJENNE 1 3,078 08-10-2012, 12:32 PM
Last Post: Ankesh
  How to get out of infinite FOR loop... sssidana 3 4,414 07-20-2012, 01:04 AM
Last Post: sree.85

Forum Jump:


Users browsing this thread: 2 Guest(s)