com.atlassian.mywork.pageobjects
Class NotificationsPage
java.lang.Object
com.atlassian.mywork.pageobjects.AbstractPageObject
com.atlassian.mywork.pageobjects.NotificationsPage
- All Implemented Interfaces:
- com.atlassian.pageobjects.Page
public class NotificationsPage
- extends AbstractPageObject
- implements com.atlassian.pageobjects.Page
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NotificationsPage
public NotificationsPage()
NotificationsPage
public NotificationsPage(int max)
getUrl
public java.lang.String getUrl()
- Specified by:
getUrl in interface com.atlassian.pageobjects.Page
waitUntilReady
public void waitUntilReady()
switchToTasks
public TasksPage switchToTasks()
getNotificationItems
public java.util.List<NotificationItem> getNotificationItems()
hasNoNotifications
public boolean hasNoNotifications()
close
public void close()
- Closes the Notifications dialog by pressing Escape in it.
more
public NotificationsPage more()
getFocusedTitle
public java.lang.String getFocusedTitle()
sendKeys
public void sendKeys(java.lang.String shortcut)
- Sends the provided shortcut as keys to test keyboard shortcuts
- Parameters:
shortcut - string representing the key(s) to be pressed. eg: 'j'
gotoDrilldownViaKeyboard
public NotificationDrilldownPage gotoDrilldownViaKeyboard()
Copyright © 2012 Atlassian. All Rights Reserved.