Uses of Interface
net.serenitybdd.screenplay.actions.ClickInteraction
Packages that use ClickInteraction
-
Uses of ClickInteraction in net.serenitybdd.screenplay.actions
Classes in net.serenitybdd.screenplay.actions that implement ClickInteractionModifier and TypeClassDescriptionclassclassclassclassclassMethods in net.serenitybdd.screenplay.actions that return ClickInteractionModifier and TypeMethodDescriptionClickInteraction.afterWaitingUntilEnabled()Wait until the element is present and enabled before clickingClickInteraction.afterWaitingUntilPresent()Wait until the element is present before clicking (default behaviour)static ClickInteractionstatic ClickInteractionCheckCheckbox.of(net.serenitybdd.core.pages.WebElementFacade element) static ClickInteractionstatic ClickInteractionstatic ClickInteractionUncheckCheckbox.of(net.serenitybdd.core.pages.WebElementFacade element) static ClickInteractionstatic ClickInteractionstatic ClickInteractionClick.on(net.serenitybdd.core.pages.WebElementFacade element) static ClickInteractionstatic ClickInteractionClick.on(org.openqa.selenium.By... locators) SetCheckbox.SetCheckboxInteractionForElement.toFalse()SetCheckbox.SetCheckboxInteractionForTarget.toFalse()SetCheckboxInteraction.toFalse()Set a checkbox value to false (unselected)SetCheckbox.SetCheckboxInteractionForElement.toTrue()SetCheckbox.SetCheckboxInteractionForTarget.toTrue()SetCheckboxInteraction.toTrue()Set a checkbox value to true (selected)ClickInteraction.withNoDelay()Click immediately, do not check whether the element is present first.ClickOnBy.withNoDelay()ClickInteraction.withStrategy(net.serenitybdd.core.pages.ClickStrategy clickStrategy) Specify the click strategy explicitlyClickOnBy.withStrategy(net.serenitybdd.core.pages.ClickStrategy clickStrategy)