Is there a way to select a context menu item of an already opened context menu? [message #732288] |
Tue, 04 October 2011 08:26  |
Eclipse User |
|
|
|
All the context menu steps I found in Jubula required a mouse button parameter.
I need to be able to execute an Application Key Combination (i.e. control/F10) to open the context menu and then call another step to select a context menu item.
I need similar test steps to check for enablement and existence of an item in an already opened context menu.
Thanks
Victor.
|
|
|
|
|
|
|
Re: Is there a way to select a context menu item of an already opened context menu? [message #734888 is a reply to message #733885] |
Mon, 10 October 2011 05:57   |
Eclipse User |
|
|
|
Hi,
Our textpath actions for context-menus, menus, trees, tables are all content-based (imagine the problems you would have otherwise with dynamically-filled menus, or menus that are changed during the software development cycle). In Swing apps, the menu entries can often be mapped as buttons, but this is "chance" and we don't generally recommend it. I'm not even sure if menu items on SWT/RCP could be mapped as buttons, but I am fairly sure that we wouldn't want to do it 
If you need a specific solution for your case, then the best bet would be to write something that does what you need as an extension.
Best regards,
Alex
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.06853 seconds