Class BambooHeader.UserInfoDropDown
- java.lang.Object
-
- com.atlassian.pageobjects.elements.WebDriverElement
-
- com.atlassian.bamboo.pageobjects.elements.AuiDropDown2Menu
-
- com.atlassian.bamboo.pageobjects.pages.global.BambooHeader.UserInfoDropDown
-
- All Implemented Interfaces:
com.atlassian.pageobjects.components.ActivatedComponent<AuiDropDown2Menu>
,com.atlassian.pageobjects.elements.PageElement
,com.atlassian.pageobjects.elements.PageElementFinder
,com.atlassian.pageobjects.elements.search.PageElementSearch
- Enclosing class:
- BambooHeader
public static class BambooHeader.UserInfoDropDown extends AuiDropDown2Menu
-
-
Field Summary
-
Fields inherited from class com.atlassian.bamboo.pageobjects.elements.AuiDropDown2Menu
elementFinder
-
-
Constructor Summary
Constructors Constructor Description UserInfoDropDown(org.openqa.selenium.By locator, com.atlassian.pageobjects.elements.timeout.TimeoutType timeoutType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.atlassian.pageobjects.elements.PageElement
getHelpLink()
com.atlassian.pageobjects.elements.PageElement
getLogoutLink()
com.atlassian.pageobjects.elements.PageElement
getProfileLink()
void
goToUserProfile()
BambooHeader.UserInfoDropDown
open()
-
Methods inherited from class com.atlassian.bamboo.pageobjects.elements.AuiDropDown2Menu
close, getItems, getTrigger, getView, initialize, isOpen
-
Methods inherited from class com.atlassian.pageobjects.elements.WebDriverElement
asWebElement, bind, clear, click, createTimout, find, find, find, find, findAll, findAll, findAll, findAll, getAttribute, getCssClasses, getDefaultTimeout, getId, getLocation, getSize, getTagName, getText, getValue, hasAttribute, hasClass, isEnabled, isPresent, isSelected, isVisible, javascript, search, select, timed, timeout, toLocatable, toString, type, waitForWebElement, waitForWebElement, withTimeout
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.atlassian.pageobjects.elements.PageElement
asWebElement, clear, click, find, findAll, getAttribute, getCssClasses, getId, getLocation, getSize, getTagName, getText, getValue, hasAttribute, hasClass, isEnabled, isPresent, isSelected, isVisible, javascript, select, timed, type, withTimeout
-
-
-
-
Method Detail
-
getProfileLink
public com.atlassian.pageobjects.elements.PageElement getProfileLink()
-
open
public BambooHeader.UserInfoDropDown open()
- Specified by:
open
in interfacecom.atlassian.pageobjects.components.ActivatedComponent<AuiDropDown2Menu>
- Overrides:
open
in classAuiDropDown2Menu
-
goToUserProfile
public void goToUserProfile()
-
getHelpLink
public com.atlassian.pageobjects.elements.PageElement getHelpLink()
-
getLogoutLink
public com.atlassian.pageobjects.elements.PageElement getLogoutLink()
-
-