Forum Discussion

ischerbakov's avatar
ischerbakov
Occasional Contributor
11 years ago

Cannot get access to Flex object (MSIE11, TC10.60, Win8.1)

Hello!

I am testing Flex web application. I have no problems in the Windows 8.0 and MSIE10.

After upgrading to Windows 8.1 and MSIE11 I have following problem.

I have the object:

 

Sys.Browser("*").Page("*").Panel("all").Panel("container").Panel("inner").Panel("center").Panel(0).Object("RockStar").RockStar("RockStar").MainMenuBarButton("HOME");

 

There is a button.

During execution of test TestComplete cannot get access to object Object("RockStar").

In the Process tree instead of Object("RockStar") I see SysNode:

 

sysNode.png

 

After script execution failure, I can click on this SysNode element and it will be changed to Object("Rockstar"). Unfortunatelly, second attempt of script execution will be failed too.

 

I turned off MSIE Safe mode, turned off  LCIE, using following:

  1. Open the registry editor.
  2. Go to the HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerMain 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.

But these have not effect.

 

How I can run my tests as usually?

 

Thanks,

Ilya