Class StartPage
- 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.StartPage
-
public class StartPage extends ShellPage
The home page.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStartPage.ToolItemCardstatic classStartPage.ToolsGroup
-
Constructor Summary
Constructors Constructor Description StartPage()Construct a StartPage.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StartPageclickNavigationButton()voidclickNavigationGroup(StartPage.ToolsGroup toolsGroup)voidclickToolItemCard(StartPage.ToolItemCard toolItemCard)StartPageclickToolsButton()voidcloseNewsletter()-
Methods inherited from class com.adobe.cq.testing.selenium.pageobject.granite.ShellPage
closeOnboarding, getMainContent, open, refresh, waitForContent
-
Methods inherited from class com.adobe.cq.testing.selenium.pageobject.granite.BasePage
getEditedPath, getPath, getUrl, isOpen, open, openInNewWindow, waitForMessage, waitMasked, waitReady, waitUnmasked
-
-
-
-
Method Detail
-
clickNavigationButton
public StartPage clickNavigationButton()
-
clickToolsButton
public StartPage clickToolsButton()
-
clickToolItemCard
public void clickToolItemCard(StartPage.ToolItemCard toolItemCard)
-
closeNewsletter
public void closeNewsletter()
-
clickNavigationGroup
public void clickNavigationGroup(StartPage.ToolsGroup toolsGroup)
-
-