Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Automated tests running on Internet Explorer 11 fail randomly with the following message:

  1. Window not found. 

  2. Unable to get browser

  3. Random Element not found.

Solution

To work around the above issue, perform the following steps one by one and check :

Panel
bgColor#fff

  1. Add the site under test to trusted sites. - This has shown to resolve most of IE 11 issues.

  2. Create a DWORD value with the name "iexplore.exe" and the value of 0 in the following key 

    1. For 32-bit Windows

      1. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BFCACHE

    2. For 64-bit Windows

      1. HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BFCACHE 

Note :- FEATURE_BFCACHE subkey may or may not be present, and should be created if it is not present.

Filter by label (Content by label)
showLabelsfalse
max5
spacesBSD
showSpacefalse
sortmodified
typepage
reversetrue

...

labels

...

IE11 Internet Explorer
cqllabel in ( "internet" , "ie11" , "explorer" ) and type = "page" and space = "BSD"

...


Page Properties
hiddentrue


Related issues