Class CoralQuickActions
- 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.CoralQuickActions
-
public class CoralQuickActions extends AEMBaseComponent
-
-
Field Summary
-
Fields inherited from class com.adobe.cq.testing.selenium.pagewidgets.common.BaseComponent
cssSelector, currentElement
-
-
Constructor Summary
Constructors Constructor Description CoralQuickActions()Construct the quickactions for card.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.codeborne.selenide.ElementsCollectiongetOpenedQuickActions()com.codeborne.selenide.SelenideElementgetQuickAction(java.lang.String action)Get the clickable element for the given action name.-
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
-
getQuickAction
public com.codeborne.selenide.SelenideElement getQuickAction(java.lang.String action)
Get the clickable element for the given action name.- Parameters:
action- action name.- Returns:
- the clickable element for this action (coral-icon).
-
getOpenedQuickActions
public com.codeborne.selenide.ElementsCollection getOpenedQuickActions()
- Returns:
- list of all the current opened quickactions available.
-
-