This question is locked. New answers and comments are not allowed.
Hi,
i use telerik framework and visual studio 2015 to create automation tests for Silverlight application.
On UI Page i have RadButton. But it does not have properties Name. How can i verify that this Button exists on page?
How i can find it?
I try to do smth like this RadButton rButton = NMOapp.Find.......
<telerik:RadButton Grid.Column="0" HorizontalAlignment="Left" Command="{Binding ResetResultCommand, Mode=OneWay}" Content="{Binding ControlCaptions.ClearFields_Label, Source={StaticResource ResourceWrapper}}" ToolTipService.ToolTip="{Binding ControlCaptions.ClearPositionReportsSearchFields_Tooltip, Source={StaticResource ResourceWrapper}}" />