com.atlassian.jira.pageobjects.framework.util
Class JiraLocators

java.lang.Object
  extended by com.atlassian.jira.pageobjects.framework.util.JiraLocators

public final class JiraLocators
extends Object

JIRA-specific 'By' locators

Since:
v5.1

Field Summary
static String CLASS_AUI_MESSAGE
           
static String DATA_CELL_TYPE
           
 
Method Summary
static org.openqa.selenium.By body()
           
static org.openqa.selenium.By byCellType(String cellType)
          To locate cells marked with 'data-cell-type' attribute.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_AUI_MESSAGE

public static final String CLASS_AUI_MESSAGE
See Also:
Constant Field Values

DATA_CELL_TYPE

public static final String DATA_CELL_TYPE
See Also:
Constant Field Values
Method Detail

body

public static org.openqa.selenium.By body()

byCellType

public static org.openqa.selenium.By byCellType(String cellType)
To locate cells marked with 'data-cell-type' attribute.

Parameters:
cellType - cell type to find
Returns:
locator


Copyright © 2002-2014 Atlassian. All Rights Reserved.