Class CoralPopOver
- 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.CoralPopOver
-
public final class CoralPopOver extends AEMBaseComponent
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCORAL_POPOVER_IS_OPEN-
Fields inherited from class com.adobe.cq.testing.selenium.pagewidgets.common.BaseComponent
cssSelector, currentElement
-
-
Constructor Summary
Constructors Constructor Description CoralPopOver(com.codeborne.selenide.SelenideElement element)Construct CoralPopOver wrapper for element.CoralPopOver(java.lang.String selector)Construct CoralPopOver wrapper for selector.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CoralPopOverfirstOpened()static java.util.stream.Stream<CoralPopOver>listOpened()-
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
-
-
-
-
Field Detail
-
CORAL_POPOVER_IS_OPEN
public static final java.lang.String CORAL_POPOVER_IS_OPEN
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CoralPopOver
public CoralPopOver(java.lang.String selector)
Construct CoralPopOver wrapper for selector.- Parameters:
selector- the selector to find the element to wrap it on.
-
CoralPopOver
public CoralPopOver(com.codeborne.selenide.SelenideElement element)
Construct CoralPopOver wrapper for element.- Parameters:
element- the element to wrap it on.
-
-
Method Detail
-
listOpened
public static java.util.stream.Stream<CoralPopOver> listOpened()
- Returns:
- a stream with all the coral popover currently opened.
-
firstOpened
public static CoralPopOver firstOpened()
- Returns:
- a stream with all the coral popover currently opened.
-
-