com.atlassian.webdriver.confluence.page
Class LogoutPage

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

public class LogoutPage
extends ConfluenceLoginPage

Extends the Login Page as Confluence redirects the user back to the login page when they log out.


Constructor Summary
LogoutPage()
           
 
Method Summary
 String getUrl()
           
 
Methods inherited from class com.atlassian.webdriver.confluence.page.ConfluenceLoginPage
login, login, loginAsSysAdmin
 
Methods inherited from class com.atlassian.webdriver.confluence.page.ConfluenceAbstractPage
doWait, getBrowseMenu, getHeader, getUserMenu, isAdmin, isLoggedIn
 
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 Page
Overrides:
getUrl in class ConfluenceLoginPage
Returns:
The URI, including query string, relative to the base url


Copyright © 2014 Atlassian. All rights reserved.