Jump to content

Recommended Posts

Posted

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 

Posted

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.

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
×
×
  • Create New...