Class Overview
JIRA-specific 'By' locators
Summary
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
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
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
byCellType
(String cellType)
To locate cells marked with 'data-cell-type' attribute.
Parameters
cellType
| cell type to find |