Kash Posted April 21, 2009 Posted April 21, 2009 (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 April 21, 2009 by Kash
Authenticity Posted April 21, 2009 Posted April 21, 2009 _IEPropertyGet($oIE, 'title') This is for the active document of the window.
Kash Posted April 22, 2009 Author Posted April 22, 2009 _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?
Authenticity Posted April 22, 2009 Posted April 22, 2009 OK, I understand what you mean and it's quite not easy. Look here, you'll need to find a way how to implement it in AutoIt.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now