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