Interface ClickInteraction

All Superinterfaces:
Performable, SkipNested
All Known Implementing Classes:
CheckCheckboxOfElement, CheckCheckboxOfTarget, ClickOnBy, ClickOnElement, ClickOnTarget

public interface ClickInteraction
extends Performable
  • Method Details

    • afterWaitingUntilEnabled

      ClickInteraction afterWaitingUntilEnabled()
      Wait until the element is present and enabled before clicking
    • afterWaitingUntilPresent

      ClickInteraction afterWaitingUntilPresent()
      Wait until the element is present before clicking (default behaviour)
    • withNoDelay

      ClickInteraction withNoDelay()
      Click immediately, do not check whether the element is present first.