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