dynamically get the browser objects.
' Get the number of IE browsers opened on Desktop and loop through them to get your handle for the new browser window.
Code:
Set objB= Description.Create()
objB("application version").Value ="{BrowserVersion}"
Set p_objBC = DeskTop.ChildObjects(objB)
intB= objBC.Count