Interface TabPage<T extends Tab>
- All Superinterfaces:
com.atlassian.pageobjects.Page
- All Known Implementing Classes:
AbstractJiraTabPage,BrowseProjectPage,BrowseVersionPage,ViewProfilePage
A page with tabs.
- Since:
- v4.4
-
Method Summary
Methods inherited from interface com.atlassian.pageobjects.Page
getUrl
-
Method Details
-
openTab
Open tab of given type.- Type Parameters:
TT- tab parameter of the tab- Parameters:
tabClass- type of the tab- Returns:
- open tab
-
hasTab
Check whether this page has given tab.- Parameters:
tabClass- tab class- Returns:
true, if this page has the tab
-