Class CoralStepList
- java.lang.Object
-
- com.adobe.cq.testing.selenium.pagewidgets.common.BaseComponent
-
- com.adobe.cq.testing.selenium.pagewidgets.common.AEMBaseComponent
-
- com.adobe.cq.testing.selenium.pagewidgets.coral.CoralStepList
-
public class CoralStepList extends AEMBaseComponent
-
-
Field Summary
-
Fields inherited from class com.adobe.cq.testing.selenium.pagewidgets.common.BaseComponent
cssSelector, currentElement
-
-
Constructor Summary
Constructors Constructor Description CoralStepList()Construct a coral-steplist wrapper.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.codeborne.selenide.ElementsCollectionallCompletedSteps()com.codeborne.selenide.ElementsCollectionallSteps()com.codeborne.selenide.SelenideElementgetCurrentStep()java.lang.StringgetCurrentStepLabel()-
Methods inherited from class com.adobe.cq.testing.selenium.pagewidgets.common.AEMBaseComponent
getAction, getTrackingElement, waitPageMasked, waitPageUnmasked, waitReady
-
Methods inherited from class com.adobe.cq.testing.selenium.pagewidgets.common.BaseComponent
adaptTo, click, element, getCssSelector, isExisting, isVisible, isVisibleWithinViewport, render, scrollTo, waitDisabled, waitEnabled, waitVanish, waitVisible
-
-
-
-
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
-
-