Uses of Class
com.atlassian.confluence.selenium.client.DashboardSeleniumHelper.SpacesTab

Packages that use DashboardSeleniumHelper.SpacesTab
com.atlassian.confluence.selenium.client   
 

Uses of DashboardSeleniumHelper.SpacesTab in com.atlassian.confluence.selenium.client
 

Methods in com.atlassian.confluence.selenium.client that return DashboardSeleniumHelper.SpacesTab
static DashboardSeleniumHelper.SpacesTab DashboardSeleniumHelper.SpacesTab.fromString(String tabName)
           
 DashboardSeleniumHelper.SpacesTab DashboardSeleniumHelper.getSelectedSpacesTab()
           
static DashboardSeleniumHelper.SpacesTab DashboardSeleniumHelper.SpacesTab.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DashboardSeleniumHelper.SpacesTab[] DashboardSeleniumHelper.SpacesTab.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.atlassian.confluence.selenium.client with parameters of type DashboardSeleniumHelper.SpacesTab
 void DashboardSeleniumHelper.clickSpacesListTab(DashboardSeleniumHelper.SpacesTab tab)
          Click on a space tab.
 void DashboardSeleniumHelper.gotoDashboard(DashboardSeleniumHelper.SpacesTab spacesTab, DashboardSeleniumHelper.UpdatesTab updatesTab)
          Navigate to the specified spaces tab on the dashboard with a page reload.
 int DashboardSeleniumHelper.numUpdatesInSpacesTab(DashboardSeleniumHelper.SpacesTab tab)
          The number of updates in the specified tab.
 boolean DashboardSeleniumHelper.tabIsVisible(DashboardSeleniumHelper.SpacesTab tab)
           
 

Constructors in com.atlassian.confluence.selenium.client with parameters of type DashboardSeleniumHelper.SpacesTab
DashboardSeleniumHelper(com.atlassian.selenium.SeleniumClient client, DashboardSeleniumHelper.SpacesTab spacesTab, DashboardSeleniumHelper.UpdatesTab updatesTab)
          Instantiate a new dashboard helper and navigate to the specified spaces tab
 



Copyright © 2003-2011 Atlassian. All Rights Reserved.