mmahima Posted October 29, 2007 Posted October 29, 2007 Can v identity the browsers with the same title
Bert Posted October 29, 2007 Posted October 29, 2007 (edited) You will need to get the handle of the window in question when the window is first opened. Then get the process IDLook at WinGetHandle and WinGetProcess in the helpfile. I use this on the window to get the stuff I need: ;$uID2 = the new window that opened. Depending on the window, you may need to ID it by a IE command or WinGetTitle $hoIE2 = WinGetHandle($uID2) $pid2 = WinGetProcess($hoIE2) Edited October 29, 2007 by Volly The Vollatran project My blog: http://www.vollysinterestingshit.com/
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