"doAction_" + action.toString().toLowerCase()));
int end = messageContent.indexOf("\"", start);
getDriver().get(messageContent.substring(start, end).replaceAll("&", "&"));
// Make sure the right messages is displayed otherwise we can't continue.
if(action.label != null && !confirm.getLabel().equalsIgnoreCase(action.label)) {
throw new WebDriverException("Not on correct page, expecting memo label to say \"" + action.label + "\"");
}
}