ContributionsMost RecentMost LikesSolutionsRe: Why TreeList object is recognized by the tool as a IWindow object? I am using Visual Studio 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. Why TreeList object is recognized by the tool as a IWindow object? I am using Visual Studio I need to test a TreeList object but automated tool recognizes it as a IWindow object. I test a DevExpress WinForms application on Windows10 OS. Re: Why can not I click on the object, even if the tool recognizes it ? HI, I've already used 1920x1080 resolution and scale 100% and same behaviour :(. Regards, Adrian09 Why can not I click on the object, even if the tool recognizes it ? The tool recognizes the object, but when I highlight the object, another area near the object is highlighted. Also when I try to click on the object, the action is executed with success but the object is not clicked. I test a DevExpress WinForms application on Windows10 OS.