Uses of Interface
net.serenitybdd.screenplay.actions.ClickInteraction
| Package | Description |
|---|---|
| net.serenitybdd.screenplay.actions |
-
Uses of ClickInteraction in net.serenitybdd.screenplay.actions
Classes in net.serenitybdd.screenplay.actions that implement ClickInteraction Modifier and Type Class Description classCheckCheckboxOfElementclassCheckCheckboxOfTargetclassClickOnByclassClickOnElementclassClickOnTargetMethods in net.serenitybdd.screenplay.actions that return ClickInteraction Modifier and Type Method Description ClickInteractionClickInteraction. afterWaitingUntilEnabled()Wait until the element is present and enabled before clickingClickInteractionClickInteraction. afterWaitingUntilPresent()Wait until the element is present before clicking (default behaviour)static ClickInteractionCheckCheckbox. of(java.lang.String cssOrXpathForElement)static ClickInteractionCheckCheckbox. of(WebElementFacade element)static ClickInteractionCheckCheckbox. of(Target target)static ClickInteractionUncheckCheckbox. of(java.lang.String cssOrXpathForElement)static ClickInteractionUncheckCheckbox. of(WebElementFacade element)static ClickInteractionUncheckCheckbox. of(Target target)static ClickInteractionClick. on(java.lang.String cssOrXpathForElement)static ClickInteractionClick. on(WebElementFacade element)static ClickInteractionClick. on(Target target)static ClickInteractionClick. on(org.openqa.selenium.By... locators)ClickInteractionClickInteraction. withNoDelay()Click immediately, do not check whether the element is present first.ClickInteractionClickOnBy. withNoDelay()