com.atlassian.mywork.pageobjects.mobile
Class MobileNotificationsPage
java.lang.Object
com.atlassian.mywork.pageobjects.AbstractPageObject
com.atlassian.mywork.pageobjects.mobile.MobilePageObject
com.atlassian.mywork.pageobjects.mobile.MobileNotificationsPage
- All Implemented Interfaces:
- com.atlassian.pageobjects.Page
public class MobileNotificationsPage
- extends MobilePageObject
- implements com.atlassian.pageobjects.Page
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NOTIFICATIONS_LIST
public static final java.lang.String NOTIFICATIONS_LIST
- See Also:
- Constant Field Values
MobileNotificationsPage
public MobileNotificationsPage()
getUrl
public java.lang.String getUrl()
- Specified by:
getUrl in interface com.atlassian.pageobjects.Page
waitUntilReady
public void waitUntilReady()
waitUntilLoaded
public MobileNotificationsPage waitUntilLoaded()
waitUntilVisible
public MobileNotificationsPage waitUntilVisible()
- The WaitUntil binding above only waits until present so clicks on elements might not work.
Might end up just waiting on this instead?
switchToTasks
public MobileTasksPage switchToTasks()
getNotificationItems
public java.util.List<NotificationItem> getNotificationItems()
getFirstNotificationItem
public NotificationItem getFirstNotificationItem()
- Teeny helper method to return the first item so you don't have to get it yourself.
openFlyout
public Flyout openFlyout()
- Click the Flyout button to slide it out on the left.
Copyright © 2012 Atlassian. All Rights Reserved.