コード例 #1
0
 public ListAddRemoveLookupWebElement clickAdd() {
   super.clickAdd();
   return this;
 }
コード例 #2
0
 public ListAddRemoveLookupWebElement addElementByChoosingFirstChoice(String text) {
   getInputComponent().typeAndSelectFirst(text);
   super.clickAdd();
   return this;
 }