Class CheckBox
- java.lang.Object
 - 
- org.opennms.smoketest.ui.framework.Element
 - 
- org.opennms.smoketest.ui.framework.UiElement
 - 
- org.opennms.smoketest.ui.framework.CheckBox
 
 
 
 
- 
public class CheckBox extends UiElement
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisSelected()voidsetSelected(boolean selected)- 
Methods inherited from class org.opennms.smoketest.ui.framework.UiElement
getElement 
- 
Methods inherited from class org.opennms.smoketest.ui.framework.Element
execute, findElementByCss, findElementById, findElementByLink, findElementByName, findElementByXpath, getDriver 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
CheckBox
public CheckBox(org.openqa.selenium.WebDriver driver, String elementId) 
 - 
 
 -