public class CheckCheckboxOfElement extends Object
| Constructor and Description |
|---|
CheckCheckboxOfElement(WebElementFacade element,
boolean expectedToBeChecked) |
| Modifier and Type | Method and Description |
|---|---|
ClickInteraction |
afterWaitingUntilEnabled()
Wait until the element is present and enabled before clicking
|
ClickInteraction |
afterWaitingUntilPresent()
Wait until the element is present before clicking (default behaviour)
|
ClickStrategy |
getClickStrategy() |
<T extends Actor> |
performAs(T actor) |
ClickInteraction |
withNoDelay()
Click immediately, do not check whether the element is present first.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitthenpublic CheckCheckboxOfElement(WebElementFacade element, boolean expectedToBeChecked)
public <T extends Actor> void performAs(T actor)
public ClickInteraction afterWaitingUntilEnabled()
ClickInteractionafterWaitingUntilEnabled in interface ClickInteractionpublic ClickInteraction afterWaitingUntilPresent()
ClickInteractionafterWaitingUntilPresent in interface ClickInteractionpublic ClickInteraction withNoDelay()
ClickInteractionwithNoDelay in interface ClickInteractionpublic ClickStrategy getClickStrategy()
Copyright © 2022. All rights reserved.