Jump to content

how to active specific tabs opens on one windows of IE by index or similar - (Moved)


yosvany
 Share

Recommended Posts

Link to comment
Share on other sites

after opening the internet explorer browser, I need to open 5 more tabs simultaneously, until this point everything is ok, now I need to activate each one of them indistinctly as necessary. Maybe calling each tab using tab index or something like that. 

Thanks for your support 

Link to comment
Share on other sites

Since there is no actual function in IE.au3 to create a new tab, you will have to use the IE object to create it :

$oIE.Navigate ($url, 0x0800)

That will create a new tab with the url specified.  Google it to see more examples.

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...