Class SetCheckbox.SetCheckboxInteractionForElement
java.lang.Object
net.serenitybdd.screenplay.actions.SetCheckbox.SetCheckboxInteractionForElement
- All Implemented Interfaces:
SetCheckboxInteraction
- Enclosing class:
SetCheckbox
public static class SetCheckbox.SetCheckboxInteractionForElement
extends Object
implements SetCheckboxInteraction
-
Constructor Details
-
SetCheckboxInteractionForElement
public SetCheckboxInteractionForElement(org.openqa.selenium.WebElement element)
-
-
Method Details
-
toTrue
Description copied from interface:SetCheckboxInteractionSet a checkbox value to true (selected)- Specified by:
toTruein interfaceSetCheckboxInteraction
-
toFalse
Description copied from interface:SetCheckboxInteractionSet a checkbox value to false (unselected)- Specified by:
toFalsein interfaceSetCheckboxInteraction
-