Class JiraLocators

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

public final class JiraLocators extends Object
JIRA-specific 'By' locators
Since:
v5.1
  • Field Details

  • Method Details

    • 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