SMADJA Ludovic
-
2007-08-29
Actually, if you want to click to a jMenuItem, you have to find the parent menu and to give the menuitem index to click on.
You cannot find a menuItem and click it.
What is the patch should implements.
Ex.
<find finder="JMenuItemFinder" id="MenuFile" label="^File$" index="0" container="MenuBar" />
<click refid="MenuFile" type="JMenuMouseEventData" />