public class SignupPage extends AbstractBambooPage
driver, elementFinder, pageBinder, poller, testedProduct
Constructor and Description |
---|
SignupPage() |
Modifier and Type | Method and Description |
---|---|
com.atlassian.pageobjects.elements.query.TimedCondition |
captchaLoaded()
Has the captcha image actually loaded (will not work in IE).
|
com.atlassian.pageobjects.elements.query.TimedQuery<String> |
getCaptchaError() |
String |
getCaptchaImageSource() |
String |
getUrl() |
com.atlassian.pageobjects.elements.PageElement |
indicator()
This must return an element whose presence indicates that we're on given page.
|
com.atlassian.pageobjects.elements.query.TimedCondition |
showsCaptcha()
Is the captcha Image tag visible?
|
BambooDashboardPage |
signUpNewUser(TestUser user,
String captchaResponse) |
SignupPage |
signUpNewUserExpectError(TestUser user,
String captchaResponse) |
doWait, ensureIndicatorPresent, getFooter, getHeader, isAdmin, isLoggedIn, isPageLoaded, sendEnterKey, sendEscapeKey
public com.atlassian.pageobjects.elements.PageElement indicator()
AbstractBambooPage
indicator
in class AbstractBambooPage
public String getUrl()
public BambooDashboardPage signUpNewUser(TestUser user, String captchaResponse)
public SignupPage signUpNewUserExpectError(TestUser user, String captchaResponse)
public com.atlassian.pageobjects.elements.query.TimedCondition showsCaptcha()
public com.atlassian.pageobjects.elements.query.TimedCondition captchaLoaded()
public String getCaptchaImageSource()
public com.atlassian.pageobjects.elements.query.TimedQuery<String> getCaptchaError()
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.