Example #1
0
 public void addSelection(String element, String optionLocator) {
   assertTrue("Element " + element + " not found", waitForElementPresent(element), selenium);
   selenium.addSelection(element, optionLocator);
 }