Class JiraLocators
java.lang.Object
com.atlassian.jira.pageobjects.framework.util.JiraLocators
JIRA-specific 'By' locators
- Since:
- v5.1
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic org.openqa.selenium.By
body()
static org.openqa.selenium.By
byCellType
(String cellType) To locate cells marked with 'data-cell-type' attribute.
-
Field Details
-
CLASS_AUI_MESSAGE
- See Also:
-
DATA_CELL_TYPE
- See Also:
-
-
Method Details
-
body
public static org.openqa.selenium.By body() -
byCellType
To locate cells marked with 'data-cell-type' attribute.- Parameters:
cellType
- cell type to find- Returns:
- locator
-