bot.button( "Add" ).click();
bot.button( "Next >" ).click();
SWTBotCombo typeCombo = bot.comboBox( "" );
typeCombo.setText( "o" );
SWTBotText valueText = bot.text( "" );
valueText.setText( name );
SWTBotUtils.asyncClick( bot, bot.button( "Next >" ), new DefaultCondition()
{
public boolean test() throws Exception
{
return bot.button( "Finish" ).isEnabled();