Menus and Mac [message #31333] |
Fri, 03 April 2009 07:09 |
Eclipse User |
|
|
|
Hello,
I tried to open the Preferences Dialog, but I get a WidgetNotFoundException when
trying
bot.menu("Eclipse").menu("Preferences...").click();
I tracked down the problem to the first call of menu.
The following line fails as well:
SWTBotMenu menu = bot.menu("Eclipse");
Note, that on Mac computers the Preferences are in a different location.
The call:
bot.menu("File").menu("Open File...").click();
works.
Is there any way to figure out which widgets are available? This would be a
great help for debugging.
Best Regards,
Jens
|
|
|
Powered by
FUDForum. Page generated in 0.05134 seconds