* @return a wrapper around a ccomboBox with the specified text.
* @throws WidgetNotFoundException if the widget is not found.
* @since 1.2
*/
public SWTBotCCombo ccomboBoxWithLabel(String comboText, int index) throws WidgetNotFoundException {
return new SWTBotCCombo(finder, comboText, index);
}