I am trying to automate tests for a silverlight application in a browser and I need to get the XAML content in a silverlight application while it works in a browser.
How can i achieve this?
Let me start over.
I am a QA, and I have the task of writing Black-Box UI Automation scripts for my Silverlight application. Tests will enter values ββin text fields, click buttons and read output. The problem that I currently have is that I cannot access the elements in the Silverlight application.
source share