Hi,
i tried to automate a web page containing a Silverlight application with WebAii automation framework. If i try to load the page manually in IE8 and Firefox, all works as expected.
In a NUnit test, with IE8 the Silverlight application is loaded correctly and i can find all controls, but for Firefox3.6.9 the test framework does not find the SilverlightApp object. The error is: System.TimeoutException : Timeout trying to connect to Silverlight App.
After this error, Firefox manual proxy settings are not removed (even if in [TearDown] enableSilverlightApplication is set to false).
Firefox is configured as in http://www.artoftest.com/support/webaii/topicsindex.aspx, Firefox section.
Are there some more settings to be able to automate the web page in Firefox?
Thanks,
Flavia