* @return a wrapper around the toolbar button with the specified text.
* @throws WidgetNotFoundException if the widget is not found.
* @since 1.0
*/
public SWTBotToolbarButton toolbarButton(String text, int index) throws WidgetNotFoundException {
return new SWTBotToolbarButton(finder, text, index);
}