public void clickBubblingSendButton() { operatorPage.clickElement(".feed-editor .rotated"); }
public void sendBubblingContentToInputBox(String bubblingContent) throws InterruptedException { operatorPage.clearAndSendKeys(".feed-editor textarea", bubblingContent); }