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
Hello,
I would to know if WebAII will support this toolkit as it is a place where the Silverlight Team at Microsoft shares new components.
At the moment, when I want to reference a NumericUpDown like:
Dim Nud As NumericUpDown = appMain.Find.ByName(Of NumericUpDown)("NumericUpDownExecutionTimeOut")Regards.
In vb . net code am geting root panel expression as below and passed as parameter to HtmlFindExpression as below.
AutomationProperty property = new AutomationProperty(prop, typeof(double?));element.GetProperty(property).ToString(); It does not found the property (I get a Null Pointer Exception). What is wrong and can you help me please? Thanks, Mathieu