Jump to content

Closing specific IE browser tabs?


Go to solution Solved by SmOke_N,

Recommended Posts

Posted (edited)

Because IENavigate has issues with loading new pages and I can't find any way to get this to work properly, I'm using $oIE.Navigate2 to spawn new tabs into my already existing instance of IE. Now I need to know how to make _IEDocReadHTML read from the new tab, and I need to know how to close "about:blank".

Any suggestions?

Local $oIE = _IECreate("about:blank", 0, 1)
   $oIE.Navigate2("http://website.com", 0x1000)
   Local $sData = _IEDocReadHTML($oIE)
Edited by 4b0082
  • Moderators
  • Solution
Posted

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

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
  • Recently Browsing   0 members

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