Class DefaultLogoutPage
- java.lang.Object
-
- com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
-
- com.atlassian.confluence.pageobjects.page.ConfluenceLoginPage
-
- com.atlassian.confluence.pageobjects.page.DefaultLogoutPage
-
- All Implemented Interfaces:
LogoutPage
,com.atlassian.pageobjects.Page
,com.atlassian.pageobjects.page.LoginPage
@Deprecated public class DefaultLogoutPage extends ConfluenceLoginPage implements LogoutPage
Deprecated.in 5.8. UseDefaultLogoutPage
instead from maven modulecom.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.Extends the Login Page as Confluence redirects the user back to the login page when they log out.- Since:
- 4.1
-
-
Field Summary
-
Fields inherited from class com.atlassian.confluence.pageobjects.page.ConfluenceLoginPage
authFallback, CAPTCHA_RESPONSE_ID, language, PASSWORD_ERROR_ID, USERNAME_ERROR_ID
-
Fields inherited from class com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
driver, jsQueryFactory, pageBinder, pageElementFinder, serverPerformance, timeouts, waiter, waitTimeout
-
-
Constructor Summary
Constructors Constructor Description DefaultLogoutPage()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getUrl()
Deprecated.void
waitUntilLoggedOut()
Deprecated.-
Methods inherited from class com.atlassian.confluence.pageobjects.page.ConfluenceLoginPage
hasSignupMessage, login, login, login, loginAsSysAdmin, waitForLoginJs
-
Methods inherited from class com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
back, doWait, getAlert, getComponent, getHeader, getMainHeader, getMetadata, getMetadataLong, isDarkFeatureEnabled, openToolsMenu, setSetupComplete, toString
-
-
-
-
Method Detail
-
getUrl
public String getUrl()
Deprecated.- Specified by:
getUrl
in interfacecom.atlassian.pageobjects.Page
- Overrides:
getUrl
in classConfluenceLoginPage
-
waitUntilLoggedOut
public void waitUntilLoggedOut()
Deprecated.
-
-