}
public void setCommunityContent(String content) {
WebElement communityContent = getCommunityContent();
communityContent.clear();
communityContent.sendKeys(content);
}
public void setCommunityTitle(String title) {
WebElement communityTitle = getCommunityTitle();
communityTitle.clear();