SWTBotUtils.selectEntry( bot, browserTree, false, "DIT", "Root DSE", "ou=system", "ou=users",
"cn=Wolfgang K\u00f6lbel" );
// export LDIF
SWTBotUtils.asyncClick( bot, browserTree.contextMenu( "LDIF Export..." ), new DefaultCondition()
{
public boolean test() throws Exception
{
return bot.shell( "LDIF Export" ) != null;
}