|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.jira.pageobjects.components.menu.JiraAuiDropdownMenu
public class JiraAuiDropdownMenu
The JIRA version of the AUI dropdown. https://extranet.atlassian.com/x/VocUc
Field Summary | |
---|---|
protected com.atlassian.pageobjects.elements.PageElementFinder |
finder
|
protected com.atlassian.pageobjects.PageBinder |
pageBinder
|
protected com.atlassian.pageobjects.elements.PageElement |
triggerElement
|
Constructor Summary | |
---|---|
JiraAuiDropdownMenu(org.openqa.selenium.By triggerLocator,
org.openqa.selenium.By dropdownLocator)
|
Method Summary | |
---|---|
JiraAuiDropdownMenu |
close()
Closes dropdown by clicking trigger element again (toggling state) |
protected com.atlassian.pageobjects.elements.PageElement |
getDropdown()
Gets dropdown page element |
void |
initialize()
|
boolean |
isOpen()
Is the dialog open |
JiraAuiDropdownMenu |
open()
Opens dropdown by clicking on trigger element |
void |
waitUntilClose()
|
void |
waitUntilOpen()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
@Inject protected com.atlassian.pageobjects.elements.PageElementFinder finder
@Inject protected com.atlassian.pageobjects.PageBinder pageBinder
protected com.atlassian.pageobjects.elements.PageElement triggerElement
Constructor Detail |
---|
public JiraAuiDropdownMenu(org.openqa.selenium.By triggerLocator, org.openqa.selenium.By dropdownLocator)
triggerLocator
- The locator to the trigger elementdropdownLocator
- The locator to the dropdown elementMethod Detail |
---|
public void initialize()
public JiraAuiDropdownMenu open()
public boolean isOpen()
protected com.atlassian.pageobjects.elements.PageElement getDropdown()
public JiraAuiDropdownMenu close()
public void waitUntilOpen()
public void waitUntilClose()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |