Sreera
7 years agoOccasional Contributor
how to select the multi level sub menu object
Hi all,
Can anybody please help me with the issue? Im stuck at a point selecting submenu within a submenu
Our desktop application has below Menu format:
Main Menu
SubMenu1
SubMenu2
SubMenuA
SubMenuB
SubMenu3
I able to select till SubMenu2. How do I select SubMenuA and SubMenuB?
Thanks in Advance
If the menu is normal and standard menu then you can click by using below lin.
MenubarObject.Click(MainMenu|SubMenu2|SubMenuA);