*/
public void start(BundleContext context) throws Exception {
super.start(context);
Shell workbenchShell = WorkbenchUtilities.getWorkbenchWindow().getShell();
AbbotHelper aHelper = new AbbotHelper (workbenchShell);
seleniumServer = new EclipseSeleniumServer(aHelper, workbenchShell);
try {
SafeRunner.run( seleniumServer );
Thread.sleep(5000);
// new Exception("sdsfsdf").printStackTrace();
} catch ( Exception e ) {