Class Wizard

    • Constructor Detail

      • Wizard

        public Wizard()
        Default constructor with the default selector.
      • Wizard

        public Wizard​(com.codeborne.selenide.SelenideElement parentElement)
        Constructor with the parent element.
        Parameters:
        parentElement - parent element
    • Method Detail

      • cancelButton

        public com.codeborne.selenide.SelenideElement cancelButton()
        The button used to show the cancel of the Wizard.
        Returns:
        cancelButton element.
      • nextButton

        public com.codeborne.selenide.SelenideElement nextButton()
        The button used to show the next step of the Wizard.
        Returns:
        nextButton element.
      • previousButton

        public com.codeborne.selenide.SelenideElement previousButton()
        The button used to show the previous step of the Wizard.
        Returns:
        previousButton element.
      • next

        public void next()
        Moves the wizard to the next step.
      • previous

        public void previous()
        Moves the wizard to the previous step.
      • cancel

        public void cancel()
        Cancel the wizard.
      • stepList

        public CoralStepList stepList()
        Returns:
        a steplist object.
      • open

        protected <T extends Wizard> T open​(java.lang.String uri)
        Type Parameters:
        T - the same.
        Parameters:
        uri - the uri to land on the wizard implementation.
        Returns:
        itself.