com.atlassian.confluence.webdriver.pageobjects.component.header.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() . |
QuickSearch |
getQuickSearch()
Deprecated.
|
com.atlassian.pageobjects.component.WebSudoBanner |
getWebSudoBanner()
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.
|
CreateDialog |
openCreatePageDialog()
Deprecated.
|
HelpMenu |
openHelpMenu()
Deprecated.
|
ConfluenceUserMenu |
openUserMenu()
Deprecated.
|
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 QuickSearch getQuickSearch()
public HelpMenu openHelpMenu()
@Deprecated public org.openqa.selenium.WebElement getCreateButton()
#getCreateButtonElement()
.WebElement
.@Deprecated public boolean hasVisibleCreateButton()
#getCreateButtonVisibility()
public boolean contains(String elementId)
public CreateDialog openCreatePageDialog()
public void clickLogo()
Copyright © 2003–2021 Atlassian. All rights reserved.