Class SidePanel
- 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.sidepanel.BaseSidePanel<SidePanel>
-
- com.adobe.cq.testing.selenium.pagewidgets.sidepanel.SidePanel
-
public final class SidePanel extends BaseSidePanel<SidePanel>
Component class representing the side panel in editor page.
-
-
Field Summary
-
Fields inherited from class com.adobe.cq.testing.selenium.pagewidgets.common.BaseComponent
cssSelector, currentElement
-
-
Constructor Summary
Constructors Constructor Description SidePanel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.codeborne.selenide.SelenideElementgetErrorsPanel()booleanisErrorsTabDisplayed()com.codeborne.selenide.SelenideElementselectErrorsTab()Click the Errors Tab to display the Errors Panel element.-
Methods inherited from class com.adobe.cq.testing.selenium.pagewidgets.sidepanel.BaseSidePanel
hide, isHidden, isShown, show
-
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
-
isErrorsTabDisplayed
public boolean isErrorsTabDisplayed()
- Returns:
- True if the Errors Panel is displayed, so open and visible.
-
getErrorsPanel
public com.codeborne.selenide.SelenideElement getErrorsPanel()
- Returns:
- The Errors Panel element.
-
selectErrorsTab
public com.codeborne.selenide.SelenideElement selectErrorsTab()
Click the Errors Tab to display the Errors Panel element.- Returns:
- The Errors Panel element.
-
-