com.atlassian.pageobjects.elements.test.pageobjects.component
Class UserRoleTabs
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
driver
@Inject
protected AtlassianWebDriver driver
pageBinder
@Inject
protected PageBinder pageBinder
UserRoleTabs
public UserRoleTabs()
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.