Jump to content

Recommended Posts

Posted (edited)

Hello,

I have developed a AUTOIT program which works on IE window title. i.e. Based on windows it performs funcitonality of entering required input automatically.

I am now facing a problem of inner windows which aer opened as tabs in main IE wi ndow.

e.g. main IE window(title) Google.com

Two separate tabs are created in main widnow with title A & B.

Is there any way to read internal window title usint AutoIT and then based on that perform some operations in internal widnow?

Please let me know...

Thank you

Kash

Edited by Kash
Posted

_IEPropertyGet($oIE, 'title')

This is for the active document of the window.

No it is not helping me. It just returns title. I want to detect tabs opened in one main IE window based on their title, activate it and automatically enter values in text box.

Is there any way to do that?

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