Hi Anthony,
I am using WebAii Testing Framework for test automation of Silverlight Web application.
Our environment is :
- Silverlight 5,
- Telerik_Testing_Framework_2012_1_528_FREE_EDITION
- .NET 4
- IE-9
I have a read only TextBlock and trying to read the text using
But this line throws following exception. TextBlock is Visible & clickable.
Source: ArtOfTest.WebAii,
Message: [Silverlight Extension Error] Details: ArtOfTest.WebAii.Silverlight.NoSuchPropertyException: Property 'Text' does not exist on the element
at Telerik.TestingFramework.XamlExtension.ClientServices.GetRealProperty(AutomationReference reference, AutomationProperty property)
at Telerik.TestingFramework.XamlExtension.ClientProcessor.ProcessCommand(String command),
Stack Trace:
at ArtOfTest.WebAii.Silverlight.SilverlightProxy.ExecuteSLCommand(SilverlightCommand cmd)
at ArtOfTest.WebAii.Silverlight.SilverlightProxy.GetProperty(AutomationProperty property, IAutomationPeer peer)
at ArtOfTest.WebAii.Silverlight.AutomationObject`1.GetProperty(AutomationProperty property)
at ArtOfTest.WebAii.Silverlight.UI.TextBlock.get_Text()
Could you please help me with this exception?