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. -- Yao GNU/Linux Developer ------------------------------------------------------------------------------ _______________________________________________ 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