| java.lang.Object | |
| ↳ | com.atlassian.confluence.selenium.client.DashboardSeleniumHelper |
Dashboard Selenium testing logic.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| DashboardSeleniumHelper.UpdatesTab | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Instantiate a new dashboard helper and navigate to the specified spaces tab
| |||||||||||
Instantiate a new dashboard helper and navigate to the dashboard page
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Click on an updates tab.
| |||||||||||
Navigate to the specified spaces tab on the dashboard with a page reload.
| |||||||||||
Navigate to the dashboard page
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Instantiate a new dashboard helper and navigate to the specified spaces tab
| client | Selenium client |
|---|---|
| updatesTab | Updates tab to navigate to |
Instantiate a new dashboard helper and navigate to the dashboard page
| client | Selenium client |
|---|
Click on an updates tab. This is different from gotoDashboard(tab) because it actually performs a mouse
click.
| tab | The tab to click on |
|---|
Navigate to the specified spaces tab on the dashboard with a page reload. If you want to click on a tab, use
clickUpdatesTab(com.atlassian.confluence.selenium.client.DashboardSeleniumHelper.UpdatesTab) instead.
| updatesTab | Updates tab to navigate to |
|---|
Navigate to the dashboard page

