* @return a wrapper around the toolbar drop down button with the specified tooltip.
* @throws WidgetNotFoundException if the widget is not found.
* @since 1.2
*/
public SWTBotToolbarDropDownButton toolbarDropDownButtonWithTooltip(String text, int index) throws WidgetNotFoundException {
return new SWTBotToolbarDropDownButtonWithTooltip(finder, text, index);
}