* @param label the label of the list.
* @return a wrapper around a List with the specified label.
* @throws WidgetNotFoundException if the widget is not found.
*/
public SWTBotList listWithLabel(String label) throws WidgetNotFoundException {
return new SWTBotList(finder, label);
}