com.atlassian.confluence.pageobjects.component.menu
Class BrowseMenu

java.lang.Object
  extended by com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
      extended by com.atlassian.confluence.pageobjects.component.menu.AUIDropdownMenu
          extended by com.atlassian.confluence.pageobjects.component.menu.BrowseMenu
All Implemented Interfaces:
Menu, PageComponent

public class BrowseMenu
extends AUIDropdownMenu

Represents the browse menu available in the header.

Since:
4.1

Field Summary
 
Fields inherited from class com.atlassian.confluence.pageobjects.component.menu.AUIDropdownMenu
menuContainer
 
Fields inherited from class com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
driver, pageBinder, waiter
 
Constructor Summary
BrowseMenu()
           
 
Method Summary
 ConfluenceAdminHomePage gotoAdminPage()
           
 PeopleDirectoryPage gotoPeopleDirectoryPage()
           
 
Methods inherited from class com.atlassian.confluence.pageobjects.component.menu.AUIDropdownMenu
click, close, getMenuContainer, initialise, isOpen, open
 
Methods inherited from class com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
getComponent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BrowseMenu

public BrowseMenu()
Method Detail

gotoAdminPage

public ConfluenceAdminHomePage gotoAdminPage()

gotoPeopleDirectoryPage

public PeopleDirectoryPage gotoPeopleDirectoryPage()


Copyright © 2003-2012 Atlassian. All Rights Reserved.