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, timeouts| 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) |
click, doWait, ensureIndicatorPresent, getFooter, getHeader, isAdmin, isLoggedIn, isPageLoaded, sendEscapeKey, waitUntilElementIsLocated, waitUntilElementIsNotLocated, waitUntilElementIsNotVisible, waitUntilElementIsVisibleprotected 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()
AbstractBambooPageindicator in class AbstractBambooPagepublic 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 © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.