public class AuiDropDownMenu extends Object implements ActivatedComponent<AuiDropDownMenu>
| Modifier and Type | Field and Description |
|---|---|
protected PageElementFinder |
elementFinder |
protected PageBinder |
pageBinder |
| Constructor and Description |
|---|
AuiDropDownMenu(org.openqa.selenium.By locator) |
| Modifier and Type | Method and Description |
|---|---|
AuiDropDownMenu |
close() |
List<String> |
getItems() |
PageElement |
getTrigger()
Gets the element that when activated opens the view of this components.
|
PageElement |
getView()
The view Element, hidden or not present until activated.
|
void |
initialize() |
boolean |
isOpen()
Whether the view is currently opened.
|
AuiDropDownMenu |
open()
Opens the view and waits until UI is ready for interaction.
|
@Inject protected PageBinder pageBinder
@Inject protected PageElementFinder elementFinder
public void initialize()
public PageElement getTrigger()
ActivatedComponentgetTrigger in interface ActivatedComponent<AuiDropDownMenu>public PageElement getView()
ActivatedComponentgetView in interface ActivatedComponent<AuiDropDownMenu>public AuiDropDownMenu open()
ActivatedComponentopen in interface ActivatedComponent<AuiDropDownMenu>public AuiDropDownMenu close()
public boolean isOpen()
ActivatedComponentisOpen in interface ActivatedComponent<AuiDropDownMenu>Copyright © 2015 Atlassian. All rights reserved.