com.atlassian.mywork.pageobjects.mobile
Class MobileDashboardPage

java.lang.Object
  extended by com.atlassian.mywork.pageobjects.AbstractPageObject
      extended by com.atlassian.mywork.pageobjects.mobile.MobilePageObject
          extended by com.atlassian.mywork.pageobjects.mobile.MobileConfluencePageObject
              extended by com.atlassian.mywork.pageobjects.mobile.MobileDashboardPage
All Implemented Interfaces:
com.atlassian.pageobjects.Page

public class MobileDashboardPage
extends MobileConfluencePageObject

The Confluence Mobile Dashboard view.


Field Summary
 
Fields inherited from class com.atlassian.mywork.pageobjects.mobile.MobilePageObject
MOBILE_URL
 
Fields inherited from class com.atlassian.mywork.pageobjects.AbstractPageObject
elementFinder, pageBinder, ROOT_URL
 
Constructor Summary
MobileDashboardPage()
           
 
Method Summary
 MobileViewContentPage clickStreamItem(java.lang.String title)
          Click a visible item on a Confluence Dashboard tab.
 java.lang.String getUrl()
           
 void waitUntilReady()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MobileDashboardPage

public MobileDashboardPage()
Method Detail

getUrl

public java.lang.String getUrl()

waitUntilReady

public void waitUntilReady()

clickStreamItem

public MobileViewContentPage clickStreamItem(java.lang.String title)
Click a visible item on a Confluence Dashboard tab.

Parameters:
title - the title text for the chosen item


Copyright © 2012 Atlassian. All Rights Reserved.