AUIDropdownMenu instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README.@Deprecated public class AUIDropdownMenu extends ConfluenceAbstractPageComponent implements Menu
| Modifier and Type | Field and Description |
|---|---|
protected org.openqa.selenium.By |
menuContainerLocator
Deprecated.
|
protected com.atlassian.pageobjects.elements.PageElement |
menuTrigger
Deprecated.
|
driver, frameExecutor, pageBinder, pageElementFinder, timeouts, waiter| Constructor and Description |
|---|
AUIDropdownMenu(String triggerId)
Deprecated.
|
| Modifier and Type | Method and 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 |
isMostRightMenu()
Deprecated.
Verifies if the menu represented is the first one starting from the right of the page
(considering only menus aligned on the same container, not all the menus in the page)
|
boolean |
isOpen()
Deprecated.
|
com.atlassian.pageobjects.elements.query.TimedQuery |
isOpenWaiting()
Deprecated.
|
AUIDropdownMenu |
open()
Deprecated.
|
String |
toString()
Deprecated.
|
getComponentprotected com.atlassian.pageobjects.elements.PageElement menuTrigger
protected org.openqa.selenium.By menuContainerLocator
public AUIDropdownMenu(String triggerId)
public void initialise()
public boolean isOpen()
public com.atlassian.pageobjects.elements.query.TimedQuery isOpenWaiting()
public AUIDropdownMenu open()
public AUIDropdownMenu close()
public boolean isMostRightMenu()
public org.openqa.selenium.WebElement getMenuContainer()
getMenuContainer in interface Menupublic ConfluenceMenuItem getMenuItem(org.openqa.selenium.By by)
Copyright © 2003–2018 Atlassian. All rights reserved.