Yao Qi a écrit :
> My application's workflow is
> 1) right click a project,
> 2) got a dialog listing all the main classes in this project,
> 3) select one main classes, and click 'OK',
>
> I want simulate this process via SWTBot, and we've use SWTBot to find
> that project, right click it, and find that shell successfully.  The
> problem we got is how to select the main class in this dialog via
> SWTBot.  We know the name of that main class, but don't know how to
> select this main class via SWTBot.
>
> I believe that this should be done by SWTBot, but unfortunately, I
> could not get any hints from google.  Could anyone here give some
> hints or comments on this?  Thanks in advance.
>
>   
You must search for the tree | list and then for the tree item | list 
item you are interested about in it.

-- 
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


------------------------------------------------------------------------------
_______________________________________________
SWTBot-users mailing list
SWTBot-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/swtbot-users
http://swtbot.org/ - a functional testing tool for SWT/Eclipse

Reply via email to