I have the following snippit of code here.
Bascially it says is that if the browser is still on THIS SAME page, keep waiting for every 2 sec until the NEXT PAGE is loaded.
NOW the NEXT page is loaded and it doesnt have this property anymore, YET it is still STUCK IN THIS LOOP.
I just dont undestand. How should I debug this? Any ideas?
Code:
Do While Browser(oDeltaBrowser).Page(oDeltaPage).WebElement("html id:=intro_text", "outertext:=AWAY WE GO. ARRIVING AT YOUR FLIGHTS SOON ").Exist
Wait(2)
Loop
NOW the NEXT page is loaded and it doesnt have this property anymore, YET it is still STUCK IN THIS LOOP.
I just dont undestand. How should I debug this? Any ideas?