public class CreateUserPage extends AbstractBambooPage
Modifier and Type | Field and Description |
---|---|
protected TextElement |
confirmPassword |
protected TextElement |
jabberAddress |
protected TextElement |
password |
protected TextElement |
userEmail |
protected TextElement |
userFullName |
protected TextElement |
username |
driver, elementFinder, pageBinder, poller, testedProduct
Constructor and Description |
---|
CreateUserPage() |
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.
|
ViewUserPage |
save() |
CreateUserPage |
setEmail(String email) |
CreateUserPage |
setFullName(String fullName) |
CreateUserPage |
setJabber(String jabber) |
CreateUserPage |
setPassword(String password) |
CreateUserPage |
setupUser(TestUser testUser) |
CreateUserPage |
setUsername(String username) |
doWait, ensureIndicatorPresent, getFooter, getHeader, isAdmin, isLoggedIn, isPageLoaded, sendEnterKey, sendEscapeKey
protected TextElement username
protected TextElement userFullName
protected TextElement userEmail
protected TextElement password
protected TextElement confirmPassword
protected TextElement jabberAddress
public String getUrl()
public com.atlassian.pageobjects.elements.PageElement indicator()
AbstractBambooPage
indicator
in class AbstractBambooPage
public CreateUserPage setUsername(String username)
public CreateUserPage setPassword(String password)
public CreateUserPage setFullName(String fullName)
public CreateUserPage setEmail(String email)
public CreateUserPage setJabber(String jabber)
public CreateUserPage setupUser(TestUser testUser)
public ViewUserPage save()
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.