Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help regarding loop
#4
Gintaras Wrote:wait 0 I waits in first found IE window. Use web function to specify in which window to wait.

Macro
Code:
Copy      Help
int w1=win("Internet Explorer" "IEFrame")
lef 56 426 w1 ;;this will load new page
;wait 0 I ;;wait in first found IE window
web "" 1 w1 ;;wait in w1

Hey, thanks for the function specified for windows. However, my script has got fault in some other issues it seems (I've changed all "wait" to "web", but same problem follows).

In second iteration of the loop, the compiler can not find the w2 window. Do you have any other idea why this is happening?


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)