public class EditUserPage extends AbstractPage
| Modifier and Type | Field and Description | 
|---|---|
static String | 
ID_DEPARTMENT  | 
static String | 
ID_EMAIL  | 
static String | 
ID_FULLNAME  | 
static String | 
ID_IM  | 
static String | 
ID_LOCATION  | 
static String | 
ID_PERSONAL_INFO  | 
static String | 
ID_PHONE  | 
static String | 
ID_POSITION  | 
static String | 
ID_WEBSITE  | 
protected com.atlassian.pageobjects.elements.PageElementFinder | 
pageElementFinder  | 
driver| Constructor and Description | 
|---|
EditUserPage(String username)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getEmail()  | 
String | 
getFullName()  | 
String | 
getUrl()  | 
String | 
getValueById(String id)  | 
void | 
waitForPageLoaded()
This function ensures the page is fully loaded. 
 | 
getPageSource, pageContainspublic static final String ID_FULLNAME
public static final String ID_EMAIL
public static final String ID_PHONE
public static final String ID_IM
public static final String ID_WEBSITE
public static final String ID_POSITION
public static final String ID_DEPARTMENT
public static final String ID_LOCATION
public static final String ID_PERSONAL_INFO
@Inject protected com.atlassian.pageobjects.elements.PageElementFinder pageElementFinder
public EditUserPage(String username)
Copyright © 2003–2016 Atlassian. All rights reserved.