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. UseAUIDropdownMenu
instead 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.By
menuContainerLocator
Deprecated.protected com.atlassian.pageobjects.elements.PageElement
menuTrigger
Deprecated.-
Fields inherited from class com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
driver, frameExecutor, pageBinder, pageElementFinder, timeouts, waiter
-
-
Constructor Summary
Constructors Constructor Description AUIDropdownMenu(String triggerId)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Object
click(Class<? extends MenuItem> item, Object... args)
Deprecated.AUIDropdownMenu
close()
Deprecated.org.openqa.selenium.WebElement
getMenuContainer()
Deprecated.ConfluenceMenuItem
getMenuItem(org.openqa.selenium.By by)
Deprecated.void
initialise()
Deprecated.boolean
isOpen()
Deprecated.AUIDropdownMenu
open()
Deprecated.String
toString()
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:
getMenuContainer
in interfaceMenu
-
getMenuItem
public ConfluenceMenuItem getMenuItem(org.openqa.selenium.By by)
Deprecated.
-
-