10-16-2012, 09:35 AM
(This post was last modified: 10-16-2012, 02:51 PM by vaibhavonlearnqtp.)
Facing issues while trying to record the total number of open browsers.
This chunk returns the count as 2*(actual number of open browsers)
IE version: IE8
Workarounds tried
1. Disabling tabbed browsing
2. Re-registering BHOManager.dll
Any help is much appreciated......
Code:
Set oBrow = Description.Create
oBrow("micclass").Value = "Browser"
Set oTemp = Desktop.ChildObjects(oBrow)
msgBox oTemp.count
This chunk returns the count as 2*(actual number of open browsers)
IE version: IE8
Workarounds tried
1. Disabling tabbed browsing
2. Re-registering BHOManager.dll
Any help is much appreciated......