Forum Discussion
- AlexKarasChampion Level 3
Hi,
Check if your control is supported by TestLeft: http://support.smartbear.com/testleft/docs/general-info/supported-technologies/controls/devexpress.html.
If it is not supported, you may try to cast it to one of the supported ones (http://support.smartbear.com/testleft/docs/general-info/supported-technologies/controls/devexpress.html#recognizing-custom-controls).
- Adrian09New Contributor
My tool sees TreeControl object as a IWindow object.
I tried
ITreeView obj = wnd.Cast<ITreeView>();
and
IGridView obj = wnd.Cast<IGridView>();
but no results.
Related Content
- 3 years ago
Recent Discussions
- 17 days ago
How to compare images?
Solved2 months ago- 5 months ago
- 10 months ago