com.atlassian.confluence.webdriver.pageobjects.page.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 |
---|---|
protected boolean |
authFallback
Deprecated.
|
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, serverPerformance, timeouts, waiter, waitTimeout
Constructor and Description |
---|
ConfluenceLoginPage()
Deprecated.
|
ConfluenceLoginPage(String language)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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.
|
void |
waitForLoginJs()
Deprecated.
|
back, doWait, getAlert, getComponent, getHeader, getMainHeader, getMetadata, getMetadataLong, isDarkFeatureEnabled, openToolsMenu, setSetupComplete, toString
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
protected final boolean authFallback
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 com.atlassian.pageobjects.elements.query.TimedCondition hasSignupMessage()
Copyright © 2003–2020 Atlassian. All rights reserved.