public final class

JiraLocators

extends Object
java.lang.Object
   ↳ com.atlassian.jira.pageobjects.framework.util.JiraLocators

Class Overview

JIRA-specific 'By' locators

Summary

Constants
String CLASS_AUI_MESSAGE
String DATA_CELL_TYPE
Public Methods
static By body()
static By byCellType(String cellType)
To locate cells marked with 'data-cell-type' attribute.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String CLASS_AUI_MESSAGE

Constant Value: "aui-message"

public static final String DATA_CELL_TYPE

Constant Value: "cell-type"

Public Methods

public static By body ()

public static By byCellType (String cellType)

To locate cells marked with 'data-cell-type' attribute.

Parameters
cellType cell type to find
Returns
  • locator