Interface SetCheckboxInteraction
- All Known Implementing Classes:
SetCheckbox.SetCheckboxInteractionForElement,SetCheckbox.SetCheckboxInteractionForTarget
public interface SetCheckboxInteraction
-
Method Details
-
toTrue
ClickInteraction toTrue()Set a checkbox value to true (selected) -
toFalse
ClickInteraction toFalse()Set a checkbox value to false (unselected)
-