Forum Discussion

sidh's avatar
sidh
Frequent Visitor
8 years ago

Flex Setup issues

I have followed all the steps provided by the flex preconditions for testcomplete to identify flex objects using flash debug player installation. it is a website with flex which we are trying to automate.

 

I have used,

Options.FlashSettings.InstallInjector

to install injector. I see a mm.cfg file is also created.

 

Following are the contents of the file,

PreloadSWF=C:\Program Files (x86)\SmartBear\TestComplete 11\Open Apps\Flex\FlashInjector.swf
AS3Trace=1
ErrorReportingEnable=1
TraceOutputFileEnable=1
TraceOutputBuffered=1

 

When this file is in place my apps flash objects do not load in the IE11 (32bit as well as 64 bit). I have already tried on multiple systems.

 

Additionally I have checked that, Options.FlashSettings.IsDebugVersion(btIExplorer) returns true.

 

I have also added,

Options.FlashSettings.AddTrustedLocation("C:\Program Files (x86)\SmartBear\TestComplete 12\Open Apps\Flex") through code but when I log following code, I see blank.

 

Options.FlashSettings.FlashTrustedLocations

 

In result, I am not able to record any flex applications.

No RepliesBe the first to reply