标签: java swt
在Java / SWT中,是否可以找到菜单项相对于其父菜单的位置?
答案 0 :(得分:1)
您需要使用MenuItemLocator。
MenuItemLocator
E.g
ui.click(new MenuItemLocator("File/Save"));