com.atlassian.jira.pageobjects.pages
Interface Tab

All Known Subinterfaces:
BrowseProjectTab, BrowseVersionTab, ViewProfileTab
All Known Implementing Classes:
AbstractProjectTab, IssuesTab, RoadmapTab, SummaryTab, UserSummaryTab, VersionsTab

public interface Tab

Tab component in JIRA.

Since:
v4.4

Method Summary
 com.atlassian.pageobjects.elements.query.TimedCondition isOpen()
           Timed condition querying whether the tab is open.
 String linkId()
          ID of the link to the tab
 

Method Detail

linkId

String linkId()
ID of the link to the tab

Returns:
ID of the link to open the tab

isOpen

com.atlassian.pageobjects.elements.query.TimedCondition isOpen()

Timed condition querying whether the tab is open.

Returns:
timed condition checking whether the tab is open


Copyright © 2002-2014 Atlassian. All Rights Reserved.