Uses of Interface
com.atlassian.jira.functest.framework.locator.AbstractLocator.LocatorTextOperation

Packages that use AbstractLocator.LocatorTextOperation
com.atlassian.jira.functest.framework.locator   
 

Uses of AbstractLocator.LocatorTextOperation in com.atlassian.jira.functest.framework.locator
 

Fields in com.atlassian.jira.functest.framework.locator declared as AbstractLocator.LocatorTextOperation
static AbstractLocator.LocatorTextOperation AbstractLocator.LocatorTextOperation.COLLAPSED_TEXT
           
static AbstractLocator.LocatorTextOperation AbstractLocator.LocatorTextOperation.HTML_TEXT
           
static AbstractLocator.LocatorTextOperation AbstractLocator.LocatorTextOperation.RAW_TEXT
           
 

Methods in com.atlassian.jira.functest.framework.locator with parameters of type AbstractLocator.LocatorTextOperation
protected  String AbstractLocator.getNodesTextImpl(Node[] nodes, AbstractLocator.LocatorTextOperation textOperation)
          Called to get all the text or HTML of a set of Node's.
protected  String AbstractLocator.getNodeTextImpl(Node node, AbstractLocator.LocatorTextOperation textOperation)
          Called to get the test or HTML of an Node
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.