vadaliprasad
12 years agoOccasional Contributor
Object Spy fails to identify Flex objects in Firefox browser that are visible through object browser
Working on FLEX Application, script execution works as expected on Firefox browser.
But the FLEX objects that are visible through object Browser are not identified by Object Spy.
Object Spy fails to recognise the flex objects. It detects only the window as Sys.Browser("firefox").BrowserWindow(0).Window("MozillaWindowClass", "", 1).Window("GeckoPluginWindow", "", 1)
Working with Firefox 16.0.1 through FLASH INJECTOR Method
Observed on Test Complete 9.2 onwards.
Everything works as expected on IE.. But when it comes to Spy on Firefox, we are faced with this GeckoPluginWindow.
Please help
But the FLEX objects that are visible through object Browser are not identified by Object Spy.
Object Spy fails to recognise the flex objects. It detects only the window as Sys.Browser("firefox").BrowserWindow(0).Window("MozillaWindowClass", "", 1).Window("GeckoPluginWindow", "", 1)
Working with Firefox 16.0.1 through FLASH INJECTOR Method
Observed on Test Complete 9.2 onwards.
Everything works as expected on IE.. But when it comes to Spy on Firefox, we are faced with this GeckoPluginWindow.
Please help
Hi Prasad,
Have you followed the recommendation listed in the "Preparing Web Browser" article for Mozilla Firefox?