Class MobileViewContentPage
- java.lang.Object
-
- com.atlassian.mywork.pageobjects.AbstractPageObject
-
- com.atlassian.mywork.pageobjects.mobile.MobilePageObject
-
- com.atlassian.mywork.pageobjects.mobile.MobileConfluencePageObject
-
- com.atlassian.mywork.pageobjects.mobile.MobileViewContentPage
-
- All Implemented Interfaces:
com.atlassian.pageobjects.Page
public class MobileViewContentPage extends MobileConfluencePageObject
A view of Confluence content, e.g. a 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 MobileViewContentPage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetUrl()voidwaitUntilReady()-
Methods inherited from class com.atlassian.mywork.pageobjects.mobile.MobileConfluencePageObject
openFlyout
-
Methods inherited from class com.atlassian.mywork.pageobjects.mobile.MobilePageObject
backButton, switchTo
-
Methods inherited from class com.atlassian.mywork.pageobjects.AbstractPageObject
waitForTransition
-
-
-
-
Method Detail
-
getUrl
public String getUrl()
-
waitUntilReady
public void waitUntilReady()
-
-