for (final String value : values) {
flexSelenium.addSelectMatchingOnField(widgetId, property, value);
selectedCount++;
// Wait for the selection to be made, otherwise we may override it
FlashCallTimer.waitForCall(TIMEOUT_MILLIS, new FlashNumberOfRowsSelectedCall(flexSelenium, widgetId, selectedCount));
}
}