Class MobileConfluencePageObject
- java.lang.Object
-
- com.atlassian.mywork.pageobjects.AbstractPageObject
-
- com.atlassian.mywork.pageobjects.mobile.MobilePageObject
-
- com.atlassian.mywork.pageobjects.mobile.MobileConfluencePageObject
-
- All Implemented Interfaces:
com.atlassian.pageobjects.Page
- Direct Known Subclasses:
MobileDashboardPage,MobileViewContentPage
public abstract class MobileConfluencePageObject extends MobilePageObject implements com.atlassian.pageobjects.Page
A Confluence Dashboard, Profile or Content page
-
-
Field Summary
-
Fields inherited from class com.atlassian.mywork.pageobjects.mobile.MobilePageObject
driver, MOBILE_URL
-
Fields inherited from class com.atlassian.mywork.pageobjects.AbstractPageObject
elementFinder, pageBinder, ROOT_URL
-
-
Constructor Summary
Constructors Constructor Description MobileConfluencePageObject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FlyoutopenFlyout(boolean firstTime)Click the Flyout button to slide it out on the left.-
Methods inherited from class com.atlassian.mywork.pageobjects.mobile.MobilePageObject
backButton, switchTo
-
Methods inherited from class com.atlassian.mywork.pageobjects.AbstractPageObject
waitForTransition
-
-
-
-
Method Detail
-
openFlyout
public Flyout openFlyout(boolean firstTime)
Click the Flyout button to slide it out on the left. Note that the selector for this button is different to the one in the Notifications page ^ _ ^- Parameters:
firstTime- Is this the first time we open the flyout as for second time we need to wait for animation to finish
-
-