// comparison doesn't work
return text.replaceAll("(\\r)", "");
}
public String getOperaPath() {
Response response = executeMessage(DesktopUtilsMessage.GET_OPERA_PATH, null);
DesktopPath.Builder pathBuilder = DesktopPath.newBuilder();
buildPayload(response, pathBuilder);
DesktopPath string_path = pathBuilder.build();