Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
920
UIAutomation with PopupMenuTool
posted

Hello,

I started trying some Test Automation using White and Infragistics NetAdvantage for WinForms vol. 12.2, since this version should be supporting UIAutomation. I am having problems getting access to PopupMenuTools inside an UltraToolBar (inside an UltraToolBarsManager). When inspecting my GUI with MS inspect or UIAVerify it seems that PopupMenuTools, ButtonTools, etc. don't have an AutomationID. So I'm not able to access these controls by AutomationID. Also it's not possible to access/identifying them by their Text.

How can I get access to PopupMenuTools, etc.? Can I manually set the AutomationID of PopupMenuTools?

Many thanks in Advance!

Wolfgang