| Swtbot toolbarButtonWithTooltip is not working with Eclipse Juno [message #1010889] |
Mon, 18 February 2013 07:23 |
gourav mehta Messages: 9 Registered: June 2012 |
Junior Member |
|
|
Hi,
I am trying to use "toolbarButtonWithTooltip" of SWTbot with Eclipse juno for automation. It is not working for Juno and getting "Could not find widget." exception.
Same code is working for all other version of eclipse.
I am using Headless.
Code Snippet:
SWTBotToolbarButton scanFileButton = null;
try {
scanFileButton = bot.toolbarButtonWithTooltip("Review file");
} catch(WidgetNotFoundException e) {
log.error("Review file Button not found" + e.getMessage(), e);
}
Any ideas?
Thanks in Advance
Cheers,
Gourav
|
|
|
Powered by
FUDForum. Page generated in 0.02186 seconds