ConfluenceHeader
instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.@Deprecated public class ConfluenceHeader extends ConfluenceAbstractPageComponent implements com.atlassian.pageobjects.component.Header
driver, frameExecutor, pageBinder, pageElementFinder, timeouts, waiter
Constructor and Description |
---|
ConfluenceHeader()
Deprecated.
|
Modifier and Type | Method and 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. Use
getCreateButtonElement() . |
com.atlassian.pageobjects.elements.PageElement |
getCreateButtonElement()
Deprecated.
Waits for the create button to become visible, then returns it as a
PageElement . |
com.atlassian.pageobjects.elements.query.TimedCondition |
getCreateButtonVisibility()
Deprecated.
|
QuickSearch |
getQuickSearch()
Deprecated.
|
com.atlassian.pageobjects.component.WebSudoBanner |
getWebSudoBanner()
Deprecated.
|
WorkboxHeaderItem |
getWorkboxHeaderItem()
Deprecated.
|
boolean |
hasVisibleCreateButton()
Deprecated.
since 5.5. Use
getCreateButtonVisibility() |
boolean |
isAdmin()
Deprecated.
|
boolean |
isLoggedIn()
Deprecated.
|
<M extends com.atlassian.pageobjects.Page> |
logout(Class<M> nextPage)
Deprecated.
|
BrowseMenu |
openBrowseMenu()
Deprecated.
|
CreateMenu |
openCreateMenu()
Deprecated.
|
CreateDialog |
openCreatePageDialog()
Deprecated.
|
HelpMenu |
openHelpMenu()
Deprecated.
|
SpacesMenu |
openSpacesMenu()
Deprecated.
|
ConfluenceUserMenu |
openUserMenu()
Deprecated.
|
getComponent
public boolean isLoggedIn()
isLoggedIn
in interface com.atlassian.pageobjects.component.Header
public <M extends com.atlassian.pageobjects.Page> M logout(Class<M> nextPage)
logout
in interface com.atlassian.pageobjects.component.Header
public com.atlassian.pageobjects.component.WebSudoBanner getWebSudoBanner()
getWebSudoBanner
in interface com.atlassian.pageobjects.component.Header
public boolean isAdmin()
public ConfluenceUserMenu openUserMenu()
public BrowseMenu openBrowseMenu()
public SpacesMenu openSpacesMenu()
public QuickSearch getQuickSearch()
public HelpMenu openHelpMenu()
@Deprecated public org.openqa.selenium.WebElement getCreateButton()
getCreateButtonElement()
.WebElement
.public com.atlassian.pageobjects.elements.PageElement getCreateButtonElement()
PageElement
.public com.atlassian.pageobjects.elements.query.TimedCondition getCreateButtonVisibility()
@Deprecated public boolean hasVisibleCreateButton()
getCreateButtonVisibility()
public boolean contains(String elementId)
public CreateMenu openCreateMenu()
public CreateDialog openCreatePageDialog()
public WorkboxHeaderItem getWorkboxHeaderItem()
public void clickLogo()
Copyright © 2003–2015 Atlassian. All rights reserved.