Class SitesPage
- java.lang.Object
-
- com.adobe.cq.testing.selenium.pageobject.granite.BasePage
-
- com.adobe.cq.testing.selenium.pageobject.granite.ShellPage
-
- com.adobe.cq.testing.selenium.pageobject.granite.CollectionPage
-
- com.adobe.cq.testing.selenium.pageobject.cq.sites.SitesPage
-
public class SitesPage extends CollectionPage
The sites main page object.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSitesPage.SitesPageSmartActionsCommon actions for Sites.static classSitesPage.SitesToolbarActions
-
Constructor Summary
Constructors Constructor Description SitesPage()Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SitesPage.SitesToolbarActionsactions()CreateActionscreateAction()SitesPageopen()Open this page in the browser.SitesPageopen(java.lang.String path)Open custom assets page.-
Methods inherited from class com.adobe.cq.testing.selenium.pageobject.granite.CollectionPage
actionBar, breadcrumbs, collection, hasRailItem, leftRail, openRail, quickActions, railToggle, setCurrentView, switchToView
-
Methods inherited from class com.adobe.cq.testing.selenium.pageobject.granite.ShellPage
closeOnboarding, getMainContent, refresh, waitForContent
-
Methods inherited from class com.adobe.cq.testing.selenium.pageobject.granite.BasePage
getEditedPath, getPath, getUrl, isOpen, openInNewWindow, waitForMessage, waitMasked, waitReady, waitUnmasked
-
-
-
-
Method Detail
-
open
public SitesPage open(@Nonnull java.lang.String path)
Open custom assets page.
-
createAction
public CreateActions createAction()
- Returns:
- a SitesCreateAction which can be used to trigger create actions from right side.
-
actions
public SitesPage.SitesToolbarActions actions()
- Returns:
- associated combo action for this sites page.
-
-