Class ConfluenceHeader

  • All Implemented Interfaces:
    PageComponent, com.atlassian.pageobjects.component.Header

    @Deprecated
    public class ConfluenceHeader
    extends ConfluenceAbstractPageComponent
    implements com.atlassian.pageobjects.component.Header
    Deprecated.
    in 5.8. Use ConfluenceHeader instead from maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README.
    The header that is visible on all pages.
    Since:
    4.1
    • Constructor Detail

      • ConfluenceHeader

        public ConfluenceHeader()
        Deprecated.
    • Method Detail

      • isLoggedIn

        public boolean isLoggedIn()
        Deprecated.
        Specified by:
        isLoggedIn in interface com.atlassian.pageobjects.component.Header
      • logout

        public <M extends com.atlassian.pageobjects.Page> M logout​(Class<M> nextPage)
        Deprecated.
        Specified by:
        logout in interface com.atlassian.pageobjects.component.Header
      • getWebSudoBanner

        public com.atlassian.pageobjects.component.WebSudoBanner getWebSudoBanner()
        Deprecated.
        Specified by:
        getWebSudoBanner in interface com.atlassian.pageobjects.component.Header
      • isAdmin

        public boolean isAdmin()
        Deprecated.
      • getQuickSearch

        public QuickSearch getQuickSearch()
        Deprecated.
      • openHelpMenu

        public HelpMenu openHelpMenu()
        Deprecated.
      • getCreateButton

        @Deprecated
        public org.openqa.selenium.WebElement getCreateButton()
        Deprecated.
        since 5.5. Use #getCreateButtonElement().
        Waits for the create button to become visible, then returns it as a WebElement.
      • hasVisibleCreateButton

        @Deprecated
        public boolean hasVisibleCreateButton()
        Deprecated.
        since 5.5. Use #getCreateButtonVisibility()
        Returns true if the create button is visible at the current instant in time, false otherwise.
      • contains

        public boolean contains​(String elementId)
        Deprecated.
      • openCreatePageDialog

        public CreateDialog openCreatePageDialog()
        Deprecated.
      • clickLogo

        public void clickLogo()
        Deprecated.
        The Logo can go to several different places, so we need a method that doesn't bind straight to a page.