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