Hi,
I am using Ranorex 3.0.1. In my UI ,I have 4 tabs. When I spy, Ranorex identifies all 4 tabs as container.
I want to click a specific container to proceed. But I can't click at the correct tab. How can i click. I am giving you the code here.
Element ele = @"/form[@controlname='MainForm']/container[@caption='panelContainer']/container[@controlname='MyOrders']";
ele.As<UnKnown>().moveTo();
ele.As<UnKnown>().Click();
In the above code, it can identify the element and randomly clicks at some location, not where the container is located.
Please help,
Thanks,
Siva R S