Class CoralStepList

    • Constructor Detail

      • CoralStepList

        public CoralStepList()
        Construct a coral-steplist wrapper.
    • Method Detail

      • getCurrentStep

        public com.codeborne.selenide.SelenideElement getCurrentStep()
        Returns:
        find current selected step.
      • getCurrentStepLabel

        public java.lang.String getCurrentStepLabel()
        Returns:
        the title of the current step (as displayed in the current language).
      • allSteps

        public com.codeborne.selenide.ElementsCollection allSteps()
        Returns:
        all the steps elements
      • allCompletedSteps

        public com.codeborne.selenide.ElementsCollection allCompletedSteps()
        Returns:
        all the completed steps elements