Class CheckCheckboxOfTarget
java.lang.Object
net.serenitybdd.screenplay.actions.CheckCheckboxOfTarget
- All Implemented Interfaces:
SkipNested,ClickInteraction,Performable
public class CheckCheckboxOfTarget
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description CheckCheckboxOfTarget(Target target, boolean expectedToBeChecked) -
Method Summary
Modifier and Type Method Description ClickInteractionafterWaitingUntilEnabled()Wait until the element is present and enabled before clickingClickInteractionafterWaitingUntilPresent()Wait until the element is present before clicking (default behaviour)ClickStrategygetClickStrategy()<T extends Actor>
voidperformAs(T actor)ClickInteractionwithNoDelay()Click immediately, do not check whether the element is present first.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.serenitybdd.screenplay.Performable
then
-
Constructor Details
-
CheckCheckboxOfTarget
-
-
Method Details
-
performAs
-
afterWaitingUntilEnabled
Description copied from interface:ClickInteractionWait until the element is present and enabled before clicking- Specified by:
afterWaitingUntilEnabledin interfaceClickInteraction
-
afterWaitingUntilPresent
Description copied from interface:ClickInteractionWait until the element is present before clicking (default behaviour)- Specified by:
afterWaitingUntilPresentin interfaceClickInteraction
-
withNoDelay
Description copied from interface:ClickInteractionClick immediately, do not check whether the element is present first.- Specified by:
withNoDelayin interfaceClickInteraction
-
getClickStrategy
-