* @throws WidgetNotFoundException if the node was not found.
* @since 1.3
*/
public SWTBotTableItem getTableItem(final String itemText) throws WidgetNotFoundException {
try {
new SWTBot().waitUntil(new DefaultCondition() {
public String getFailureMessage() {
return "Could not find node with text " + itemText; //$NON-NLS-1$
}
public boolean test() throws Exception {