Class 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. Use DefaultLogoutPage instead from maven module com.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
    • Constructor Detail

      • DefaultLogoutPage

        public DefaultLogoutPage()
        Deprecated.
    • Method Detail

      • getUrl

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

        public void waitUntilLoggedOut()
        Deprecated.