Class RestoreTreeWizard
- 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.Wizard
-
- com.adobe.cq.testing.selenium.pageobject.cq.sites.RestoreTreeWizard
-
public class RestoreTreeWizard extends Wizard
-
-
Field Summary
-
Fields inherited from class com.adobe.cq.testing.selenium.pagewidgets.common.BaseComponent
cssSelector, currentElement
-
-
Constructor Summary
Constructors Constructor Description RestoreTreeWizard()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisOpened()static RestoreTreeWizardopen(java.lang.String parent, java.lang.String source)CoralCheckboxpreventNvp()CalendarPickertimelineDate()com.codeborne.selenide.SelenideElementtitle()AEMBaseComponenttree()-
Methods inherited from class com.adobe.cq.testing.selenium.pagewidgets.granite.Wizard
cancel, cancelButton, next, nextButton, open, previous, previousButton, stepList
-
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
-
isOpened
public boolean isOpened()
- Returns:
- true if the wizard is opened.
-
title
public com.codeborne.selenide.SelenideElement title()
- Returns:
- the title field.
-
tree
public AEMBaseComponent tree()
- Returns:
- the tree view component.
-
timelineDate
public CalendarPicker timelineDate()
- Returns:
- the timeline calendar
-
preventNvp
public CoralCheckbox preventNvp()
- Returns:
- the prevent non versioned pages checkbox
-
open
public static RestoreTreeWizard open(java.lang.String parent, java.lang.String source)
-
-