Skip to main content

Internet Explorer Configurations for Katalon Studio

Note:
  • Katalon Studio only supports Internet Explorer 9,10,11 in Windows.
  • You can configure Internet Explorer at the project level with desired capabilities here: Desired capabilities for IE.

Internet Explorer Configurations on Windows 10

To run tests on Internet Explorer (IE), you need the following setups:
  1. Enable Protected Mode must be disabled for all available zones. To do so, choose Internet Options from Control Panel, then switch to the Security tab. Uncheck the Enable Protected Mode option.
  2. Zoom the IE browser to 100% so that native mouse events can be set to correct coordinates.
  3. For IE 11, you also need to set a registry entry on the target computer so that the driver can maintain a connection to the Internet Explorer instances. To do so, follow these steps:
    1. To open the Registry Editor, type regedit into Command Prompt.
    2. Locate the FEATURE_BFCACHE subkey. If you cannot find the FEATURE_BFCACHE subkey, create one.
      • For 32-bit Windows, the key is at HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BFCACHE .
      • For 64-bit Windows, the key is at HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BFCACHE.
    3. Inside this subkey, create a DWORD value called iexplore.exe with the value of 0.

Internet Explorer Configurations on Windows 11

To run tests on Internet Explorer (IE), open Control Panel and go to Network and Internet > Internet Options, then do as follows:

  1. In the Internet Properties dialog, select the Security tab.
  2. Choose Local intranet.
  3. Click on the Sites button.
  4. Enable Automatically detect intranet network, then click OK.