String protocol = null;
try {
protocol = getProtocol(urlString);
}
catch (MalformedURLException malrulex) {
throw new BrowserLaunchingExecutionException(malrulex);
}
Map browserMap = getBrowserMap();
boolean success = false;
Iterator iter = browsers.iterator();
while (iter.hasNext() && !success) {