ConfluenceLoginPage
instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.@Deprecated @ParametersAreNonnullByDefault public class ConfluenceLoginPage extends ConfluenceAbstractPage implements com.atlassian.pageobjects.page.LoginPage
Modifier and Type | Field and Description |
---|---|
static String |
CAPTCHA_RESPONSE_ID
Deprecated.
|
protected String |
language
Deprecated.
|
static String |
PASSWORD_ERROR_ID
Deprecated.
|
static String |
URI
Deprecated.
|
static String |
USERNAME_ERROR_ID
Deprecated.
|
driver, jsQueryFactory, pageBinder, pageElementFinder, timeouts, waiter, waitTimeout
Constructor and Description |
---|
ConfluenceLoginPage()
Deprecated.
|
ConfluenceLoginPage(String language)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
captchaResponseIsDisplayed()
Deprecated.
|
String |
getUrl()
Deprecated.
|
com.atlassian.pageobjects.elements.query.TimedCondition |
hasSignupMessage()
Deprecated.
|
void |
login(String username,
String password,
boolean rememberMe)
Deprecated.
|
<M extends com.atlassian.pageobjects.Page> |
login(String username,
String password,
Class<M> nextPage)
Deprecated.
|
<M extends com.atlassian.pageobjects.Page> |
login(User user,
Class<M> destinationClass,
Object... args)
Deprecated.
|
<M extends com.atlassian.pageobjects.Page> |
loginAsSysAdmin(Class<M> nextPage)
Deprecated.
|
boolean |
passwordRequiredErrorIsDisplayed()
Deprecated.
|
boolean |
usernameRequiredErrorIsDisplayed()
Deprecated.
|
void |
waitForLoginJs()
Deprecated.
|
back, dismissSelect2IfActive, doWait, getAlert, getComponent, getHeader, getInlineDialog, getMainHeader, getMetadata, getMetadataLong, getPageHeadingColor, isDarkFeatureEnabled, isLoggedIn, openAddMenu, openBrowseMenu, openHelpMenu, openToolsMenu, openUserMenu, sendKeyboardShortcut, sendKeyboardShortcutAndWaitForCondition, setSetupComplete
public static final String URI
public static final String USERNAME_ERROR_ID
public static final String PASSWORD_ERROR_ID
public static final String CAPTCHA_RESPONSE_ID
protected final String language
public ConfluenceLoginPage()
public ConfluenceLoginPage(String language)
public String getUrl()
getUrl
in interface com.atlassian.pageobjects.Page
public void waitForLoginJs()
public <M extends com.atlassian.pageobjects.Page> M login(String username, String password, Class<M> nextPage)
login
in interface com.atlassian.pageobjects.page.LoginPage
public <M extends com.atlassian.pageobjects.Page> M loginAsSysAdmin(Class<M> nextPage)
loginAsSysAdmin
in interface com.atlassian.pageobjects.page.LoginPage
public <M extends com.atlassian.pageobjects.Page> M login(User user, Class<M> destinationClass, Object... args)
public boolean usernameRequiredErrorIsDisplayed()
public boolean passwordRequiredErrorIsDisplayed()
public boolean captchaResponseIsDisplayed()
public com.atlassian.pageobjects.elements.query.TimedCondition hasSignupMessage()
Copyright © 2003–2015 Atlassian. All rights reserved.