Re: [SWTBot-users] can right_click be performed in SWTbot??
Brought to you by:
kpadegaonkar
|
From: Bob M. <Bob...@em...> - 2008-10-07 18:48:00
|
I've written a method to implement the right click. But I would rather do it the correct way thru Swtbot. It's not clear to me how to use the context menu if I have a tree item that has a context menu what text am I specifying in treeItem.contextMenu(text)? -----Original Message----- From: Vincent Mahe [mailto:vin...@ir...] Sent: Tuesday, October 07, 2008 9:26 AM To: swt...@li... Subject: Re: [SWTBot-users] can right_click be performed in SWTbot?? Veneet a écrit : > so i can substitute it for a right click action rite???? > Yes. SWTBot has few direct accesses to the GUI layer so it proceeds mainly with methods offered by SWT widgets, like list of the context menus. As we want to test our applications interface with users, and not how GTK or WIN32 work, it is a good way to write conceptual commands to the interface, in my opinion :-). -- Cordialement Vincent MAHÉ Ingénieur Plate-forme OpenEmbeDD - http://openembedd.org IRISA-INRIA, Campus de Beaulieu, 35042 Rennes cedex, France Tél: +33 (0) 2 99 84 71 00, Fax: +33 (0) 2 99 84 71 71 ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ SWTBot-users mailing list SWT...@li... https://lists.sourceforge.net/lists/listinfo/swtbot-users http://swtbot.org/ - a functional testing tool for SWT/Eclipse |