Does anyone know of a way to get the handle of the IE tab that has current focus using vbscript?
I'm trying to do some Automation using HP-UFT and need to get the handle of the tab that has focus so I can close it.
UFT treats each tab as it's own separate browser, so I'm able to get the collection of tabs but I have not been able to find a way to determine which one has the current focus.
The browser I am using is IE.