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