public class AuiDropdownMenu extends Object
| Modifier and Type | Field and Description |
|---|---|
protected AtlassianWebDriver |
driver |
protected PageBinder |
pageBinder |
| Constructor and Description |
|---|
AuiDropdownMenu(org.openqa.selenium.By rootElementLocator)
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
AuiDropdownMenu |
close() |
void |
initialize() |
boolean |
isOpen() |
AuiDropdownMenu |
open() |
void |
waitUntilClose() |
void |
waitUntilOpen() |
@Inject protected AtlassianWebDriver driver
@Inject protected PageBinder pageBinder
public AuiDropdownMenu(org.openqa.selenium.By rootElementLocator)
rootElementLocator - The locator to the root element of the menu.public void initialize()
public AuiDropdownMenu open()
public boolean isOpen()
public AuiDropdownMenu close()
public void waitUntilOpen()
public void waitUntilClose()
Copyright © 2015 Atlassian. All rights reserved.