Class MobileNotificationsPage

  • All Implemented Interfaces:
    com.atlassian.pageobjects.Page

    public class MobileNotificationsPage
    extends MobilePageObject
    implements com.atlassian.pageobjects.Page
    • Constructor Detail

      • MobileNotificationsPage

        public MobileNotificationsPage()
    • Method Detail

      • getUrl

        public String getUrl()
        Specified by:
        getUrl in interface com.atlassian.pageobjects.Page
      • waitUntilReady

        public void waitUntilReady()
      • 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?
      • 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.