Completed
Last Updated: 19 May 2014 12:21 by ADMIN
ADMIN
Konstantin Petkov
Created on: 15 May 2014 13:42
Type: Feature Request
0
Silverlight/WPF Find.ByType doesn't honor a base type
The Silverlight/WPF testing framework find methods strictly respect the XAML tag as type. There is no API method such that one can find an element providing a base type. Consider the custom control templates so applicable in XAML. For example:

Find.ByType<ButtonBase>() will only return an element if it has the "ButtonBase" tag, which is a useless case. If one needs to find whatever button is there she needs to understand the exact button type to search by.
1 comment
ADMIN
Daniel Djambov
Posted on: 19 May 2014 12:21
Telerik: we have implemented this feature request and functionality will be available in our next internal product release planned second half of May 2014.