martin2kcs34 / silverlight-selenium

Automatically exported from code.google.com/p/silverlight-selenium
0 stars 0 forks source link

Silverlight Automation ready config required or not #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Do we need to do any configuration at source level to make a silverlight 
application automation ready or by default Silverlight app is automation 
ready as a normal web app.

Regards,
Kishor

Original issue reported on code.google.com by Kishor....@gmail.com on 21 Apr 2010 at 12:37

GoogleCodeExporter commented 8 years ago
You have two ways:

Use the Silvernium Fixtures (take a look on its wiki page for instructions) and 
include the fixtures access point in your application. 
http://code.google.com/p/silverlight-selenium/wiki/Fixtures

OR

Expose your classes and methods using the [ScriptableType] and 
[ScriptableMember] annotations AND register your user controls with the 
HtmlPage.RegisterScriptableObject method.

Original comment by marcelo....@gmail.com on 24 Aug 2011 at 11:43