Class ConfluenceHeader
- java.lang.Object
-
- com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
-
- com.atlassian.confluence.pageobjects.component.header.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. UseConfluenceHeader
instead from maven modulecom.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.The header that is visible on all pages.- Since:
- 4.1
-
-
Field Summary
-
Fields inherited from class com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
driver, frameExecutor, pageBinder, pageElementFinder, timeouts, waiter
-
-
Constructor Summary
Constructors Constructor Description ConfluenceHeader()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
clickLogo()
Deprecated.The Logo can go to several different places, so we need a method that doesn't bind straight to a page.boolean
contains(String elementId)
Deprecated.org.openqa.selenium.WebElement
getCreateButton()
Deprecated.since 5.5.QuickSearch
getQuickSearch()
Deprecated.com.atlassian.pageobjects.component.WebSudoBanner
getWebSudoBanner()
Deprecated.boolean
hasVisibleCreateButton()
Deprecated.since 5.5.boolean
isAdmin()
Deprecated.boolean
isLoggedIn()
Deprecated.<M extends com.atlassian.pageobjects.Page>
Mlogout(Class<M> nextPage)
Deprecated.CreateDialog
openCreatePageDialog()
Deprecated.HelpMenu
openHelpMenu()
Deprecated.ConfluenceUserMenu
openUserMenu()
Deprecated.
-
-
-
Method Detail
-
isLoggedIn
public boolean isLoggedIn()
Deprecated.- Specified by:
isLoggedIn
in interfacecom.atlassian.pageobjects.component.Header
-
logout
public <M extends com.atlassian.pageobjects.Page> M logout(Class<M> nextPage)
Deprecated.- Specified by:
logout
in interfacecom.atlassian.pageobjects.component.Header
-
getWebSudoBanner
public com.atlassian.pageobjects.component.WebSudoBanner getWebSudoBanner()
Deprecated.- Specified by:
getWebSudoBanner
in interfacecom.atlassian.pageobjects.component.Header
-
isAdmin
public boolean isAdmin()
Deprecated.
-
openUserMenu
public ConfluenceUserMenu openUserMenu()
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 aWebElement
.
-
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.
-
-