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