wpf controls - Text block content recognition -
we using telerik automation framework integrated visual studio. though giving correct property name text block, not getting text block content wpf application need recognize text block. please give solution related requirement.
in xaml<textblock name="textblock1">test data</textblock> , in codevar value = textblock1.text;
Comments
Post a Comment