Package | Description |
---|---|
com.atlassian.jira.functest.framework.locator |
Modifier and Type | Field and Description |
---|---|
static AbstractLocator.LocatorTextOperation |
AbstractLocator.LocatorTextOperation.COLLAPSED_TEXT |
static AbstractLocator.LocatorTextOperation |
AbstractLocator.LocatorTextOperation.HTML_TEXT |
static AbstractLocator.LocatorTextOperation |
AbstractLocator.LocatorTextOperation.RAW_TEXT |
Modifier and Type | Method and Description |
---|---|
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-2023 Atlassian. All Rights Reserved.