Class AUIDropdownMenu
- java.lang.Object
 - 
- com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
 - 
- com.atlassian.confluence.pageobjects.component.menu.AUIDropdownMenu
 
 
 
- 
- All Implemented Interfaces:
 Menu,PageComponent
- Direct Known Subclasses:
 AddMenu,ConfluenceUserMenu,HelpMenu,ToolsMenu
@Deprecated public class AUIDropdownMenu extends ConfluenceAbstractPageComponent implements Menu
Deprecated.in 5.8. UseAUIDropdownMenuinstead from maven modulecom.atlassian.confluence:confluence-webdriver-pageobjects. See the new README.Represents any dropdown menu created via AUI.- Since:
 - 4.1 TODO replace with AuiDropdown2, when it's useful
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected org.openqa.selenium.BymenuContainerLocatorDeprecated.protected com.atlassian.pageobjects.elements.PageElementmenuTriggerDeprecated.- 
Fields inherited from class com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
driver, frameExecutor, javascriptExecutor, pageBinder, pageElementFinder, timeouts 
 - 
 
- 
Constructor Summary
Constructors Constructor Description AUIDropdownMenu(String triggerId)Deprecated. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Objectclick(Class<? extends MenuItem> item, Object... args)Deprecated.AUIDropdownMenuclose()Deprecated.org.openqa.selenium.WebElementgetMenuContainer()Deprecated.ConfluenceMenuItemgetMenuItem(org.openqa.selenium.By by)Deprecated.voidinitialise()Deprecated.booleanisOpen()Deprecated.AUIDropdownMenuopen()Deprecated.StringtoString()Deprecated. 
 - 
 
- 
- 
Constructor Detail
- 
AUIDropdownMenu
public AUIDropdownMenu(String triggerId)
Deprecated. 
 - 
 
- 
Method Detail
- 
initialise
public void initialise()
Deprecated. 
- 
isOpen
public boolean isOpen()
Deprecated. 
- 
open
public AUIDropdownMenu open()
Deprecated. 
- 
close
public AUIDropdownMenu close()
Deprecated. 
- 
getMenuContainer
public org.openqa.selenium.WebElement getMenuContainer()
Deprecated.- Specified by:
 getMenuContainerin interfaceMenu
 
- 
getMenuItem
public ConfluenceMenuItem getMenuItem(org.openqa.selenium.By by)
Deprecated. 
 - 
 
 -