Class Onboarding
- 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.granite.Onboarding
-
public class Onboarding extends AEMBaseComponent
-
-
Field Summary
-
Fields inherited from class com.adobe.cq.testing.selenium.pagewidgets.common.BaseComponent
cssSelector, currentElement
-
-
Constructor Summary
Constructors Constructor Description Onboarding()Construct a OnboardingComponent.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Onboardingclose()Close the popover and wait for it to disappear.booleanisOpen()Check to see if the popover is opened and visible.Onboardingnext()Go to the next step.-
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
-
isOpen
public boolean isOpen()
Check to see if the popover is opened and visible.- Returns:
- true if open.
-
close
public Onboarding close()
Close the popover and wait for it to disappear.- Returns:
- OnboardingComponent.
-
next
public Onboarding next()
Go to the next step.- Returns:
- OnboardingComponent.
-
-