Class NotificationItem
- java.lang.Object
-
- com.atlassian.mywork.pageobjects.AbstractPageObject
-
- com.atlassian.mywork.pageobjects.mobile.MobilePageObject
-
- com.atlassian.mywork.pageobjects.mobile.NotificationItem
-
public class NotificationItem extends MobilePageObject
-
-
Field Summary
-
Fields inherited from class com.atlassian.mywork.pageobjects.mobile.MobilePageObject
driver, MOBILE_URL
-
Fields inherited from class com.atlassian.mywork.pageobjects.AbstractPageObject
elementFinder, pageBinder, ROOT_URL
-
-
Constructor Summary
Constructors Constructor Description NotificationItem(com.atlassian.pageobjects.elements.PageElement element)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclickIcon()Clicks the item's Icon, as the rest of the notification may be off-screen when the fly-out is showing.StringgetId()StringgetText()booleanisPinned()booleanisUnread()NotificationDrilldownPageopen()-
Methods inherited from class com.atlassian.mywork.pageobjects.mobile.MobilePageObject
backButton, switchTo
-
Methods inherited from class com.atlassian.mywork.pageobjects.AbstractPageObject
waitForTransition
-
-
-
-
Method Detail
-
open
public NotificationDrilldownPage open()
-
getId
public String getId()
-
getText
public String getText()
-
isUnread
public boolean isUnread()
-
isPinned
public boolean isPinned()
-
clickIcon
public void clickIcon()
Clicks the item's Icon, as the rest of the notification may be off-screen when the fly-out is showing.
-
-