* @return a wrapper around a CLabel with the specified text.
* @throws WidgetNotFoundException if the widget is not found.
* @since 1.0
*/
public SWTBotCLabel clabel(String labelText) throws WidgetNotFoundException {
return new SWTBotCLabel(finder, labelText);
}