* @param labelText the label of the styled text.
* @return a wrapper around a styled text with the specified label.
* @throws WidgetNotFoundException if the widget is not found.
*/
public SWTBotStyledText styledTextWithLabel(String labelText) throws WidgetNotFoundException {
return new SWTBotStyledText(finder, labelText);
}