Class ConfluenceMenuItem
- java.lang.Object
 - 
- com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
 - 
- com.atlassian.confluence.pageobjects.component.menu.ConfluenceMenuItem
 
 
 
- 
- All Implemented Interfaces:
 MenuItem,PageComponent
@Deprecated public class ConfluenceMenuItem extends ConfluenceAbstractPageComponent implements MenuItem
Deprecated.in 5.8. UseConfluenceMenuIteminstead from maven modulecom.atlassian.confluence:confluence-webdriver-pageobjects. See the new README.Base class for menu items- Since:
 - 5.2
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected com.atlassian.pageobjects.elements.PageElementmenuItemDeprecated.- 
Fields inherited from class com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
driver, frameExecutor, javascriptExecutor, pageBinder, pageElementFinder, timeouts 
 - 
 
- 
Constructor Summary
Constructors Constructor Description ConfluenceMenuItem(org.openqa.selenium.By locator)Deprecated. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetHref()Deprecated.org.openqa.selenium.BygetLocator()Deprecated.ObjectgetResult()Deprecated.voidinitialise()Deprecated.booleanisPresent()Deprecated.booleanisVisible()Deprecated. 
 - 
 
- 
- 
Method Detail
- 
initialise
public void initialise()
Deprecated. 
- 
getLocator
public org.openqa.selenium.By getLocator()
Deprecated.- Specified by:
 getLocatorin interfaceMenuItem
 
- 
isVisible
public boolean isVisible()
Deprecated. 
- 
isPresent
public boolean isPresent()
Deprecated. 
- 
getHref
public String getHref()
Deprecated. 
 - 
 
 -