Class SetCheckbox.SetCheckboxInteractionForTarget
java.lang.Object
net.serenitybdd.screenplay.actions.SetCheckbox.SetCheckboxInteractionForTarget
- All Implemented Interfaces:
SetCheckboxInteraction
- Enclosing class:
SetCheckbox
public static class SetCheckbox.SetCheckboxInteractionForTarget
extends Object
implements SetCheckboxInteraction
-
Constructor Details
-
SetCheckboxInteractionForTarget
-
-
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
-