public class SignupPage extends AbstractJiraPage
| Modifier and Type | Class and Description |
|---|---|
static class |
SignupPage.SignupBlocked |
body, driver, elementFinder, metaElement, pageBinder, timeouts| Constructor and Description |
|---|
SignupPage() |
| Modifier and Type | Method and Description |
|---|---|
SignupPage |
fillEmail(String fullName) |
SignupPage |
fillFullName(String fullName) |
SignupPage |
fillPassword(String password) |
SignupPage |
fillUserName(String userName) |
String |
getUrl() |
com.atlassian.pageobjects.elements.query.TimedCondition |
isAt()
Timed condition checking if we're at given page.
|
void |
submit()
Submits user data for signup.
|
back, doWait, execKeyboardShortcut, getHeader, getPageTitle, getXsrfToken, isAdmin, isLoggedInpublic com.atlassian.pageobjects.elements.query.TimedCondition isAt()
AbstractJiraPageisAt in class AbstractJiraPagepublic String getUrl()
public SignupPage fillFullName(String fullName)
public SignupPage fillEmail(String fullName)
public SignupPage fillUserName(String userName)
public SignupPage fillPassword(String password)
public void submit()
Copyright © 2002-2019 Atlassian. All Rights Reserved.