autoit25 Posted November 12, 2009 Posted November 12, 2009 How to get instance of the IE active tab among other tabs? I tried _IEAttach with "WindowTitle" mode but it always attached the 1st tab that matched. Thank you.
Juvigy Posted November 12, 2009 Posted November 12, 2009 Try _IEAttach("site url","url") or some other way but not the "title" default parameter.
autoit25 Posted November 12, 2009 Author Posted November 12, 2009 Try _IEAttach("site url","url") or some other way but not the "title" default parameter.The problem is i can't get the "site url" until i use _IEAttach(). I see that each IE tab has unique "Control Handle", but _IEAttach() only works with "Window handle". I tried Object.selectedindex but helpless.
Juvigy Posted November 12, 2009 Posted November 12, 2009 Maybe you can use : Text = sub-string in text from the body of the current page HTML = sub-string in html from the body of the current page ?
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