Package net.thucydides.core.webelements
Class Checkbox
- java.lang.Object
-
- net.thucydides.core.webelements.Checkbox
-
public class Checkbox extends Object
A checkbox web element. Simplified handling checkboxes by providing a setChecked() method that will ensure the the checkbox state will finish with the requested value, and which uses clicking as a user would do.
-
-
Constructor Summary
Constructors Constructor Description Checkbox(org.openqa.selenium.WebElement checkboxField)
-