com.atlassian.confluence.webdriver.pageobjects.component.menu.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 |
isOpen()
Deprecated.
|
AUIDropdownMenu |
open()
Deprecated.
|
String |
toString()
Deprecated.
|
protected com.atlassian.pageobjects.elements.PageElement menuTrigger
protected org.openqa.selenium.By menuContainerLocator
public AUIDropdownMenu(String triggerId)
public void initialise()
public boolean isOpen()
public AUIDropdownMenu open()
public AUIDropdownMenu close()
public org.openqa.selenium.WebElement getMenuContainer()
getMenuContainer
in interface Menu
public ConfluenceMenuItem getMenuItem(org.openqa.selenium.By by)
Copyright © 2003–2020 Atlassian. All rights reserved.