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.
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, javascriptExecutor, pageBinder, pageElementFinder, timeouts -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.The Logo can go to several different places, so we need a method that doesn't bind straight to a page.booleanDeprecated.org.openqa.selenium.WebElementDeprecated.since 5.5.Deprecated.com.atlassian.pageobjects.component.WebSudoBannerDeprecated.booleanDeprecated.since 5.5.booleanisAdmin()Deprecated.booleanDeprecated.<M extends com.atlassian.pageobjects.Page>
MDeprecated.Deprecated.Deprecated.Deprecated.
-
Constructor Details
-
ConfluenceHeader
public ConfluenceHeader()Deprecated.
-
-
Method Details
-
isLoggedIn
public boolean isLoggedIn()Deprecated.- Specified by:
isLoggedInin interfacecom.atlassian.pageobjects.component.Header
-
logout
Deprecated.- Specified by:
logoutin interfacecom.atlassian.pageobjects.component.Header
-
getWebSudoBanner
public com.atlassian.pageobjects.component.WebSudoBanner getWebSudoBanner()Deprecated.- Specified by:
getWebSudoBannerin interfacecom.atlassian.pageobjects.component.Header
-
isAdmin
public boolean isAdmin()Deprecated. -
openUserMenu
Deprecated. -
getQuickSearch
Deprecated. -
openHelpMenu
Deprecated. -
getCreateButton
Deprecated.since 5.5. UsecreateButtonPageElement.Waits for the create button to become visible, then returns it as aWebElement. -
hasVisibleCreateButton
Deprecated.since 5.5. UsecreateButtonPageElementReturns true if the create button is visible at the current instant in time, false otherwise. -
contains
Deprecated. -
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.
-
ConfluenceHeaderinstead from maven modulecom.atlassian.confluence:confluence-webdriver-pageobjects. See the new README.