Jump to content

Detecting Inner Window


Kash
 Share

Recommended Posts

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
Link to comment
Share on other sites

_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?

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