Class ApplicationEditPage

    • Field Detail

      • nextStepButton

        protected org.openqa.selenium.WebElement nextStepButton
      • previousStepButton

        protected org.openqa.selenium.WebElement previousStepButton
    • Constructor Detail

      • ApplicationEditPage

        @Deprecated
        public ApplicationEditPage()
        Deprecated.
        since 12.8
        Default constructor which doesn't wait.
      • ApplicationEditPage

        public ApplicationEditPage​(boolean wait,
                                   boolean waitOnXAction)
        Constructor that allows to wait or not on next step button.
        Parameters:
        wait - if true we wait for an element to be visible.
        waitOnXAction - if true the wait is done on a button named xaction_save, else it's done on the id wizard-next.
        Since:
        12.8, 12.6.3