builder.append(slot.getCapabilities().containsKey(BROWSER) ? slot.getCapabilities().get(
BROWSER) : slot.getCapabilities().get(APP));
} else {
builder.append(slot.getCapabilities().get("device")).append(" [").append(slot.getCapabilities().get("sdkVersion")).append("]");
}
TestSession session = slot.getSession();
try {
if (slot.getCapabilities().containsKey("CFBundleExecutable")){
if (!slot.getCapabilities().get("CFBundleExecutable").toString().equalsIgnoreCase("MobileSafari")){
builder.append("<img src=\"" + proxy.getRemoteHost() + getIconUrl(slot) + "\" title=\"" + slot.getCapabilities().get("CFBundleExecutable") + "\" alt=\"" + slot.getCapabilities().get("CFBundleExecutable") + "\" height=\"30\" width=\"30\">");
} else {