com.atlassian.jira.pageobjects.components.menu
Class AuiDropdownMenu

java.lang.Object
  extended by com.atlassian.jira.pageobjects.components.menu.AuiDropdownMenu

public class AuiDropdownMenu
extends Object

Represents an AUI dropdown menu


Field Summary
protected  com.atlassian.webdriver.AtlassianWebDriver driver
           
protected  com.atlassian.pageobjects.PageBinder pageBinder
           
protected  org.openqa.selenium.WebElement rootElement
           
 
Constructor Summary
AuiDropdownMenu(org.openqa.selenium.By rootElementLocator)
          Default constructor
 
Method Summary
 AuiDropdownMenu close()
           
 void initialize()
           
 boolean isOpen()
           
 AuiDropdownMenu open()
           
 void waitUntilClose()
           
 void waitUntilOpen()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

driver

@Inject
protected com.atlassian.webdriver.AtlassianWebDriver driver

pageBinder

@Inject
protected com.atlassian.pageobjects.PageBinder pageBinder

rootElement

protected org.openqa.selenium.WebElement rootElement
Constructor Detail

AuiDropdownMenu

public AuiDropdownMenu(org.openqa.selenium.By rootElementLocator)
Default constructor

Parameters:
rootElementLocator - The locator to the root element of the menu.
Method Detail

initialize

public void initialize()

open

public AuiDropdownMenu open()

isOpen

public boolean isOpen()

close

public AuiDropdownMenu close()

waitUntilOpen

public void waitUntilOpen()

waitUntilClose

public void waitUntilClose()


Copyright © 2002-2012 Atlassian. All Rights Reserved.