* @param tabText the text on the tab.
* @return a wrapper around a TabItem with the specified text.
* @throws WidgetNotFoundException if the widget is not found.
*/
public SWTBotTabItem tabItem(String tabText) throws WidgetNotFoundException {
return new SWTBotTabItem(finder, tabText);
}