Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [swtbot-dev] Fwd: WidgetNotFoundException:The widget was null

I did it , it's shortcut to activate the file in my RCP.
Thanks:)



On Sun, Aug 18, 2013 at 5:08 PM, Radhouan Bahri <bahry1990@xxxxxxxxx> wrote:
what do you want to do by pressing ctrl+F3 ?


On Sun, Aug 18, 2013 at 1:50 PM, Imad Sabaany <imad.sabaany@xxxxxxxxx> wrote:
Thanks ,it's working :-)
I have another problem I can't pree through bot.tree().pressShortcut():
Ctrl+F3
How I do this ?
Thanks alot :)


On Sun, Aug 18, 2013 at 12:39 PM, Radhouan Bahri <bahry1990@xxxxxxxxx> wrote:

SWTbot finds the wrong "Project" menu item. It finds the one that is located in Search -> Text . to do this we must specify the depth of the menu we are looking for and it gives us :

bot.menu("Project",1).menu("Run").click();;



On Sun, Aug 18, 2013 at 10:29 AM, Imad Sabaany <imad.sabaany@xxxxxxxxx> wrote:

Hi,
I try to test RCP application with swtbot and I have the "ErrorWidgetNotFoundException" when I try to run the project through:
bot.menu("Project").menu("Run").click();
Although it's activated and Although I can get to the other widget Like :
bot.menu("File").menu("Import...").click();
I work with Kepler and have swtbot 2.1.1.
thanks
 


_______________________________________________
swtbot-dev mailing list
swtbot-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/swtbot-dev



_______________________________________________
swtbot-dev mailing list
swtbot-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/swtbot-dev



_______________________________________________
swtbot-dev mailing list
swtbot-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/swtbot-dev



_______________________________________________
swtbot-dev mailing list
swtbot-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/swtbot-dev



Back to the top