com.atlassian.confluence.pageobjects.page
Class LogoutPage

java.lang.Object
  extended by com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
      extended by com.atlassian.confluence.pageobjects.page.ConfluenceLoginPage
          extended by com.atlassian.confluence.pageobjects.page.LogoutPage
All Implemented Interfaces:
com.atlassian.pageobjects.Page, com.atlassian.pageobjects.page.LoginPage

public class LogoutPage
extends ConfluenceLoginPage

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
CAPTCHA_RESPONSE_ID, language, PASSWORD_ERROR_ID, USERNAME_ERROR_ID
 
Fields inherited from class com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
driver, pageBinder, pageElementFinder, timeouts, waiter
 
Constructor Summary
LogoutPage()
           
 
Method Summary
 String getUrl()
           
 
Methods inherited from class com.atlassian.confluence.pageobjects.page.ConfluenceLoginPage
captchaResponseIsDisplayed, login, login, login, loginAsSysAdmin, passwordRequiredErrorIsDisplayed, usernameRequiredErrorIsDisplayed, waitForLoginJs
 
Methods inherited from class com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
doWait, getAlert, getComponent, getHeader, getMainHeader, getPageHeadingColor, isDarkFeatureEnabled, isLoggedIn, openAddMenu, openBrowseMenu, openHelpMenu, openToolsMenu, openUserMenu, sendKeyboardShortcut, sendKeyboardShortcutAndWaitForCondition, setSetupComplete
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogoutPage

public LogoutPage()
Method Detail

getUrl

public String getUrl()
Specified by:
getUrl in interface com.atlassian.pageobjects.Page
Overrides:
getUrl in class ConfluenceLoginPage


Copyright © 2003-2013 Atlassian. All Rights Reserved.