Jump to content

How to close more Intenet Explorer tab in one window


hatery
 Share

Recommended Posts

#include <IE.au3>
$oIE = _IECreate("www.autoitscript.com")
Sleep(2000)
__IENavigate($oIE, "www.google.com", 0, 0x800)
Sleep(2000)
__IENavigate($oIE, "www.dogpile.com", 0, 0x800)
Sleep(2000)
__IENavigate($oIE, "www.ebay.com", 0, 0x800)
Sleep(5000)
_IEQuit($oIE)

_IEQuit($oIE) --- not working

Send("!+{F4}") --- not working

How to close Intenet Explorer browser...???

thank you

Edited by hatery
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...