Hi,
Am trying to automate the Microsoft Dynamics GP 2010. I have a problem in invoking GP, can any one provide me C# code for selecting the submenu of a menubar
Am able to select till "File" Menu item, Ranorex not recognizing the Context Menu object.
Please suggest me how to select the context menu "Open Launch File... Ctrl + o" of "File" Menu Item.
Almost my issue resembles the same as Calculator (Menus -> Menubar -> Menuitems -> ContextMenu)
In My case
"Application" is the Main Menu Bar
/form[@title='Dexterity Runtime']/menubar[@accessiblename='Application']
"File" is the Menuitem of Application
/form[@title='Dexterity Runtime']/menubar[@accessiblename='Application']/menuitem[@accessiblename='File']
"Open Launch File... Ctrl + 0" is the Submenu of File
//contextmenu[@processname='Dynamics']/contextmenu/menuitem[@accessiblename~'^Open\ Launch\ File\.\.\.Ctrl\+']
Please let me know the c# code using (Ranorex) ASAP
Thanks in advance
Kumar