public class CommonHeader extends Object
Modifier and Type | Field and Description |
---|---|
protected com.atlassian.pageobjects.elements.PageElementFinder |
elementFinder |
protected com.atlassian.pageobjects.elements.PageElement |
header |
protected com.atlassian.pageobjects.PageBinder |
pageBinder |
Constructor and Description |
---|
CommonHeader() |
Modifier and Type | Method and Description |
---|---|
boolean |
adminMenuHasAdminLink(String href) |
List<String> |
getAdminMenuLinkIds() |
String |
getAdminMenuLinkTarget() |
String |
getAppSwitcherMenuLinkTarget() |
List<String> |
getHelpMenuLinkIds() |
List<String> |
getMainHeaderLinkIds() |
boolean |
hasAdminMenu() |
boolean |
hasAppSwitcher() |
boolean |
hasAppSwitcherMenu() |
boolean |
hasCreateIssueButton() |
boolean |
hasHelpMenu() |
boolean |
hasLoginButton() |
boolean |
hasMainHeaderLinks() |
boolean |
hasQuickSearch() |
boolean |
hasUserOptionsMenu() |
com.atlassian.pageobjects.elements.query.TimedCondition |
isAt() |
static CommonHeader |
visit(JiraTestedProduct product) |
@Inject protected com.atlassian.pageobjects.PageBinder pageBinder
@Inject protected com.atlassian.pageobjects.elements.PageElementFinder elementFinder
protected com.atlassian.pageobjects.elements.PageElement header
public static CommonHeader visit(@Nonnull JiraTestedProduct product)
public com.atlassian.pageobjects.elements.query.TimedCondition isAt()
public boolean hasAppSwitcher()
public boolean hasAppSwitcherMenu()
public boolean hasMainHeaderLinks()
public boolean hasCreateIssueButton()
public boolean hasQuickSearch()
public boolean hasHelpMenu()
public boolean hasAdminMenu()
public boolean adminMenuHasAdminLink(String href)
public boolean hasLoginButton()
public boolean hasUserOptionsMenu()
Copyright © 2002-2022 Atlassian. All Rights Reserved.