jdave.webdriver.elements
Class CheckBox
java.lang.Object
jdave.webdriver.elements.CheckBox
public class CheckBox
- extends Object
- Author:
- Juha Karemo
|
Constructor Summary |
CheckBox(org.openqa.selenium.WebElement webElement)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CheckBox
public CheckBox(org.openqa.selenium.WebElement webElement)
select
public void select()
unselect
public void unselect()
isSelected
public boolean isSelected()
Copyright © 2010. All Rights Reserved.