Class Flyout
- java.lang.Object
-
- com.atlassian.mywork.pageobjects.AbstractPageObject
-
- 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
Constructors Constructor Description Flyout()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MobileDashboardPageclickDashboard()MobileNotificationsPageclickNotificationItem(NotificationItem item)Clicking an item from the Flyout should not go direct to the item.MobileNotificationsPageclickNotifications()MobileTasksPageclickTasks()voidwaitUntilReady()-
Methods inherited from class com.atlassian.mywork.pageobjects.AbstractPageObject
waitForTransition
-
-
-
-
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()
-
-