Veneet a écrit : > Hi guys > > I wanted to Know if Right Click is allowed on tree Items for opening the > Context menu > > > if, yes could a brief desc be Provided > > thx >
context menu can be accessed through the xxx.contextMenu([label of menu]) function. REM: SWTBot lacks a xxx.contextMenus() method to get all the available menus on the widget at time of the test. -- 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 [email protected] https://lists.sourceforge.net/lists/listinfo/swtbot-users http://swtbot.org/ - a functional testing tool for SWT/Eclipse
