How to get Internet Explorer child index value.

Yogensin

New Member
Hi,

Can some help me to identify the Internet Explorer application if we multiple internet Explorer application runing
 

Jothin Georgi

New Member
Hi Yogensin,

You can make the iexplore.exe process to a single instance by restricting the TabProcGrowth and Identify\Spy the correct window with arguments like Windows Title.
  1. Open the registry editor in elevated rights.
  2. Go to the HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main section and locate the TabProcGrowth key. If the key does not exist, create a new DWORD (32-bit) Value or String Value and name it as TabProcGrowth accordingly.
  3. Set the value of the TabProcGrowth key to 0. This will instruct IE to open all of the tabs within the same iexplore.exe process.
Hope this helps :)

Thanks and Regards,
Jothin
 

Attachments

  • Tab Proc Growth.PNG
    106.1 KB · Views: 12
Top