public class EditUserPage extends AbstractBambooPage
driver, elementFinder, pageBinder, testedProduct
Constructor and Description |
---|
EditUserPage(String username) |
Modifier and Type | Method and Description |
---|---|
String |
getUrl() |
com.atlassian.pageobjects.elements.PageElement |
indicator()
This must return an element whose presence indicates that we're on given page.
|
protected com.atlassian.pageobjects.elements.query.TimedCondition |
isPageLoaded()
This indicates that the page has loaded and the presence of indicator may be verified.
|
UsersAdminPage |
save() |
void |
setEmail(String email) |
void |
setEnabled(boolean enabled) |
void |
setFullName(String fullName) |
void |
setGroups(String... groups) |
doWait, ensureIndicatorPresent, getFooter, getHeader, isAdmin, isLoggedIn
public EditUserPage(String username)
public String getUrl()
protected com.atlassian.pageobjects.elements.query.TimedCondition isPageLoaded()
AbstractBambooPage
isPageLoaded
in class AbstractBambooPage
public com.atlassian.pageobjects.elements.PageElement indicator()
AbstractBambooPage
indicator
in class AbstractBambooPage
public UsersAdminPage save()
public void setFullName(String fullName)
public void setEmail(String email)
public void setGroups(String... groups)
public void setEnabled(boolean enabled)
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.