Package com.atlassian.mywork.pageobjects
Class ProfileStatusUpdatePage
- java.lang.Object
-
- com.atlassian.mywork.pageobjects.AbstractPageObject
-
- com.atlassian.mywork.pageobjects.ProfileStatusUpdatePage
-
- All Implemented Interfaces:
com.atlassian.pageobjects.Page
public class ProfileStatusUpdatePage extends AbstractPageObject implements com.atlassian.pageobjects.Page
View the user's profile page - Status Update tab.
-
-
Field Summary
-
Fields inherited from class com.atlassian.mywork.pageobjects.AbstractPageObject
elementFinder, pageBinder, ROOT_URL
-
-
Constructor Summary
Constructors Constructor Description ProfileStatusUpdatePage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetUrl()voidwaitForPage()-
Methods inherited from class com.atlassian.mywork.pageobjects.AbstractPageObject
waitForTransition
-
-
-
-
Method Detail
-
waitForPage
public void waitForPage()
-
getUrl
public String getUrl()
- Specified by:
getUrlin interfacecom.atlassian.pageobjects.Page
-
-