Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » SWTBot » Swtbot toolbarButtonWithTooltip is not working with Eclipse Juno(Swtbot toolbarButtonWithTooltip is not working with Eclipse Juno)
Swtbot toolbarButtonWithTooltip is not working with Eclipse Juno [message #1010889] Mon, 18 February 2013 12:23
gourav mehta is currently offline gourav mehtaFriend
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
Previous Topic:Eclipse Juno with jBoss AS 7
Next Topic:SWTBot for eclipse Juno
Goto Forum:
  


Current Time: Fri Apr 19 12:00:13 GMT 2024

Powered by FUDForum. Page generated in 0.01708 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top