com.atlassian.jira.functest.framework.page
Class ViewProfilePage
java.lang.Object
com.atlassian.jira.functest.framework.page.ViewProfilePage
public class ViewProfilePage
- extends Object
- Since:
- v6.0
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ViewProfilePage
public ViewProfilePage(LocatorFactory locator)
getUsername
public String getUsername()
getFullName
public String getFullName()
getEmailAddress
public String getEmailAddress()
getChangePasswordLink
public String getChangePasswordLink()
getPageSize
public int getPageSize()
getEmailType
public String getEmailType()
getLanguage
public String getLanguage()
getFieldValue
public String getFieldValue(String id)
- Returns the current value of the named element as appearing on this View Profile Page.
- Parameters:
id - the HTML id value of the desired text field
- Returns:
- the current value of the named element as appearing on this View Profile Page.
Copyright © 2002-2014 Atlassian. All Rights Reserved.