public class SetupAccountPage extends AbstractJiraPage
body, driver, elementFinder, javascriptExecutor, metaElement, pageBinder, timeouts, webDriverPoller
Constructor and Description |
---|
SetupAccountPage() |
SetupAccountPage(String withLicenseString) |
Modifier and Type | Method and Description |
---|---|
SetupFinishingPage |
clickNext() |
String |
getUrl() |
com.atlassian.pageobjects.elements.query.TimedCondition |
isAt()
Timed condition checking if we're at given page.
|
SetupAccountPage |
setEmail(String email) |
SetupAccountPage |
setPassword(String password) |
SetupAccountPage |
setPasswordAndRetype(String password) |
SetupAccountPage |
setRetypePassword(String password) |
back, doWait, execKeyboardShortcut, getHeader, getPageTitle, getXsrfToken, isAdmin, isLoggedIn
public SetupAccountPage(String withLicenseString)
public SetupAccountPage()
public com.atlassian.pageobjects.elements.query.TimedCondition isAt()
AbstractJiraPage
isAt
in class AbstractJiraPage
public String getUrl()
public SetupAccountPage setEmail(String email)
public SetupAccountPage setPassword(String password)
public SetupAccountPage setRetypePassword(String password)
public SetupAccountPage setPasswordAndRetype(String password)
public SetupFinishingPage clickNext()
Copyright © 2002-2023 Atlassian. All Rights Reserved.