Class MobileTasksPage
- java.lang.Object
-
- com.atlassian.mywork.pageobjects.AbstractPageObject
-
- com.atlassian.mywork.pageobjects.mobile.MobilePageObject
-
- com.atlassian.mywork.pageobjects.mobile.MobileTasksPage
-
- All Implemented Interfaces:
com.atlassian.pageobjects.Page
public class MobileTasksPage extends MobilePageObject implements com.atlassian.pageobjects.Page
-
-
Field Summary
Fields Modifier and Type Field Description static StringID-
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 MobileTasksPage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<TaskItem>getTasks()StringgetUrl()booleanisOnTodoCard()TaskDetailPageopenFirstTask()MobileNotificationsPageswitchToNotifications()MobileTasksPageviewCompleted()MobileTasksPageviewTasks()voidwaitUntilVisible()-
Methods inherited from class com.atlassian.mywork.pageobjects.mobile.MobilePageObject
backButton, switchTo
-
Methods inherited from class com.atlassian.mywork.pageobjects.AbstractPageObject
waitForTransition
-
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
waitUntilVisible
public void waitUntilVisible()
-
getUrl
public String getUrl()
- Specified by:
getUrlin interfacecom.atlassian.pageobjects.Page
-
switchToNotifications
public MobileNotificationsPage switchToNotifications()
-
viewCompleted
public MobileTasksPage viewCompleted()
-
viewTasks
public MobileTasksPage viewTasks()
-
openFirstTask
public TaskDetailPage openFirstTask()
-
isOnTodoCard
public boolean isOnTodoCard()
-
-