Package com.atlassian.mywork.pageobjects
Class TasksPage
- java.lang.Object
-
- com.atlassian.mywork.pageobjects.AbstractPageObject
-
- com.atlassian.mywork.pageobjects.TasksPage
-
- All Implemented Interfaces:
com.atlassian.pageobjects.Page
public class TasksPage extends AbstractPageObject implements com.atlassian.pageobjects.Page
-
-
Field Summary
-
Fields inherited from class com.atlassian.mywork.pageobjects.AbstractPageObject
elementFinder, pageBinder, ROOT_URL
-
-
Constructor Summary
Constructors Constructor Description TasksPage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetUrl()booleanshouldMigrate()NotificationsPageswitchToNotifications()voidwaitUntilVisible()-
Methods inherited from class com.atlassian.mywork.pageobjects.AbstractPageObject
waitForTransition
-
-
-
-
Method Detail
-
waitUntilVisible
public void waitUntilVisible()
-
getUrl
public String getUrl()
- Specified by:
getUrlin interfacecom.atlassian.pageobjects.Page
-
switchToNotifications
public NotificationsPage switchToNotifications()
-
shouldMigrate
public boolean shouldMigrate()
-
-