Hi,
I have a MFC date control in my application. Ranorex identifies it as 'Element'. I want to click the Element through code. But there is no method Click for Element class. How can achieve clicking on that element?
Code is like this:
Element ele = "rxpath of element";
ele.Click() //How to achieve this?
Regards,
Siva R S