* @throws Exception the exception
*/
public static SWTBotTree getLdapBrowserTree( SWTEclipseBot bot ) throws Exception
{
SWTBotView view = bot.view( "LDAP Browser" );
view.show();
List<Tree> findControls = new ControlFinder().findControls( view.widget, new ClassMatcher( Tree.class ), true );
if ( findControls.isEmpty() )
{
throw new WidgetNotFoundException( "Could not find LDAP Browser tree" );