Interface ClickInteraction

    • Method Detail

      • 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.