stabrizi
12 years agoOccasional Contributor
TestComplete can not detect Flex objects using FireFox ver 17.0.1
Hello, I am having difficult time detecting Flex objects using Firefox version 17.0.1
I believe I followed all the setup and preprations, but not having any luck with the Firefox.
We are allowed to use only IE 8, and FireFox 17.0.1 for this purpose. I have no issues testing against IE8.
Here is my setup information:
Using Flex Injector method: for Firefox as stated in : http://support.smartbear.com/viewarticle/35770/
OS: Win7 32 bit, TestComplete Ver. 9
Everything works fine using IE8, but I can not get the TestComplete recognize the Flex objects in Firefox. I searched and reviewed several forum post, but could not find a working solution.
Did I miss anything in above setup? Any help greatly appreciated.
Thanks,
Sen
I believe I followed all the setup and preprations, but not having any luck with the Firefox.
We are allowed to use only IE 8, and FireFox 17.0.1 for this purpose. I have no issues testing against IE8.
Here is my setup information:
Using Flex Injector method: for Firefox as stated in : http://support.smartbear.com/viewarticle/35770/
OS: Win7 32 bit, TestComplete Ver. 9
Created the mm.cfg file on <Users>\<User_name>\mm.cfg
Added PreloadSwf=C:\Program Files\Automated QA\TestComplete 8\Open Apps\Flex\FlashInjector.swf to mm.cfg
Downloaded and Installed Windows Flash Player 11.6 Plugin content debugger (for Netscape-compatible browsers)
Finally Add the fully-qualified name of the <TestComplete>\Open Apps\Flex folder to the list of trusted locations in Flash Player’s settings.
Setup the about:config as described in http://support.smartbear.com/viewarticle/37361/#FF and set bothdom.ipc.plugins.enabled
anddom.ipc.plugins.enabled.npswf32.dll
to False. Had to create thedom.ipc.plugins.enabled.npswf32.dll
(Created as Boolean)
Project setup as: http://support.smartbear.com/viewarticle/38517/
Added ProtectedMode =0 to mms.cfg per http://support.smartbear.com/viewarticle/37361/#FF
Everything works fine using IE8, but I can not get the TestComplete recognize the Flex objects in Firefox. I searched and reviewed several forum post, but could not find a working solution.
Did I miss anything in above setup? Any help greatly appreciated.
Thanks,
Sen
- If you can change the code of web page then try using windowless mode for Flex by adding parameter wmode=opaque for object, that displays Flex app.
What is for dom.ipc.plugins Firefox settings - it is ignored starting from version 14. To emulate its behaviour you should create one environment variable MOZ_DISABLE_OOP_PLUGINS = 1