Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Closing Browser Window Help
#2
I used this macro to test, and it worked well.
Macro
Code:
Copy      Help
rep 100
,run "iexplore"
,int w1=wait(0 win("Internet Explorer"))
,clo w1

Try this
Macro
Code:
Copy      Help
int w1=win("Internet Explorer")
rep
,clo w1; err break
,0.02
,if(!IsWindow(w1)) break


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)