Jump to content

Identify the browser windows with the same title


mmahima
 Share

Recommended Posts

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