com.atlassian.pageobjects.elements.test.pageobjects.component
Class UserRoleTabs

java.lang.Object
  extended by com.atlassian.pageobjects.elements.test.pageobjects.component.UserRoleTabs
All Implemented Interfaces:
TabbedComponent

public class UserRoleTabs
extends Object
implements TabbedComponent

Represents the Role Tabs that are availalbe in the AUIPage. This page is generated by the AUIServlet plugin that is installed in RefApp. The roles tab contains two tabs, one for User and the other for Admin


Field Summary
protected  AtlassianWebDriver driver
           
protected  PageBinder pageBinder
           
 
Constructor Summary
UserRoleTabs()
           
 
Method Summary
 AdminTab adminTab()
           
 void initialize()
           
 AdminTab openAdminTab()
           
 PageElement openTab(PageElement tab)
           
 PageElement openTab(String titleText)
           
 UserTab openUserTab()
           
 PageElement selectedTab()
           
 PageElement selectedView()
           
 List<PageElement> tabs()
           
 UserTab userTab()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

driver

@Inject
protected AtlassianWebDriver driver

pageBinder

@Inject
protected PageBinder pageBinder
Constructor Detail

UserRoleTabs

public UserRoleTabs()
Method Detail

initialize

public void initialize()

adminTab

public AdminTab adminTab()

openAdminTab

public AdminTab openAdminTab()

userTab

public UserTab userTab()

openUserTab

public UserTab openUserTab()

selectedTab

public PageElement selectedTab()
Specified by:
selectedTab in interface TabbedComponent

selectedView

public PageElement selectedView()
Specified by:
selectedView in interface TabbedComponent

tabs

public List<PageElement> tabs()
Specified by:
tabs in interface TabbedComponent

openTab

public PageElement openTab(PageElement tab)
Specified by:
openTab in interface TabbedComponent

openTab

public PageElement openTab(String titleText)


Copyright © 2014 Atlassian. All rights reserved.