No SWTBot does not provide for this. SWTBot currently only supports SWT and eclipse. SWTBot can help you find out composites containing Swing components.
You can pull out swing panels using SWT_AWT#getFrame(Composite) and test it using a swing testing library. I'd recommend using FEST (http://fest.easytesting.org/) for testing swing panels. There is also Frankenstein written by a colleague on my team (http://frankenstein.seleniumhq.org/) -- Ketan On 24/11/08 23:53, Jacek wrote: > Does SWTBot provide any way to test Swing panels that are embedded in an SWT > view using the SWT/Swing bridge? > > If not out of the box, is there any way to obtain a handle to the Swing > panel/frame from SWTBot? ------------------------------------------------------------------------- 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 SWTBot-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/swtbot-users http://swtbot.org/ - a functional testing tool for SWT/Eclipse