com.atlassian.mywork.pageobjects.mobile
Class Flyout

java.lang.Object
  extended by com.atlassian.mywork.pageobjects.AbstractPageObject
      extended by com.atlassian.mywork.pageobjects.mobile.Flyout

public class Flyout
extends AbstractPageObject

The Confluence flyout to the left of the Notification and Task pages.


Field Summary
 
Fields inherited from class com.atlassian.mywork.pageobjects.AbstractPageObject
elementFinder, pageBinder, ROOT_URL
 
Constructor Summary
Flyout()
           
 
Method Summary
 MobileDashboardPage clickDashboard()
           
 MobileNotificationsPage clickNotificationItem(NotificationItem item)
          Clicking an item from the Flyout should not go direct to the item.
 MobileNotificationsPage clickNotifications()
           
 MobileTasksPage clickTasks()
           
 void waitUntilReady()
           
 
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

Flyout

public Flyout()
Method Detail

waitUntilReady

public void waitUntilReady()

clickNotificationItem

public MobileNotificationsPage clickNotificationItem(NotificationItem item)
Clicking an item from the Flyout should not go direct to the item. It should only close the Flyout and show the partially-hidden Notification page.


clickDashboard

public MobileDashboardPage clickDashboard()

clickNotifications

public MobileNotificationsPage clickNotifications()

clickTasks

public MobileTasksPage clickTasks()


Copyright © 2012 Atlassian. All Rights Reserved.