Thread.sleep(5000);
} catch (InterruptedException e) {
log.warn("Interrupted sleep", e);
}
gmailSeleniumRC.keyPress("xpath=//body", "o");
String result = gmailSeleniumRC.getHtmlSource();
return result;
} finally {
if (gmailSeleniumRC != null) {
gmailSeleniumRC.stop();