public class ListView extends GenericObject
Modifier | Constructor and Description |
---|---|
protected |
ListView(java.lang.String compname) |
|
ListView(java.lang.String winname,
java.lang.String compname)
Constructor
Create an instance of pseudo-component representing
a specific component in a specific window.
|
|
ListView(Window window,
java.lang.String compname)
Constructor
Create an instance of pseudo-component representing
a specific component in a specific window.
|
Modifier and Type | Method and Description |
---|---|
void |
activateIndex(StepTestTable table,
java.lang.String index)
Activate (double-click) an item based on it's index in the list
It is important to note that some ListViews index their values
differently.
|
ComponentFunction |
activateIndex(java.lang.String index)
Activate (double-click) an item based on it's index in the list
It is important to note that some ListViews index their values
differently.
|
void |
activateIndexItem(StepTestTable table,
java.lang.String indexValue)
Routine to double click an item according to its index in the list.
|
ComponentFunction |
activateIndexItem(java.lang.String indexValue)
Routine to double click an item according to its index in the list.
|
void |
activatePartialMatch(StepTestTable table,
java.lang.String[] parameters)
Routine to double click an item according to a partial text match.
|
void |
activatePartialMatch(StepTestTable table,
java.lang.String partialTextValue,
java.lang.String matchIndex)
Routine to double click an item according to a partial text match.
|
ComponentFunction |
activatePartialMatch(java.lang.String[] parameters)
Routine to double click an item according to a partial text match.
|
ComponentFunction |
activatePartialMatch(java.lang.String partialTextValue,
java.lang.String matchIndex)
Routine to double click an item according to a partial text match.
|
void |
activateTextItem(StepTestTable table,
java.lang.String[] parameters)
Routine to double click an item according to its text value.
|
void |
activateTextItem(StepTestTable table,
java.lang.String selectTextValue,
java.lang.String matchIndex)
Routine to double click an item according to its text value.
|
ComponentFunction |
activateTextItem(java.lang.String[] parameters)
Routine to double click an item according to its text value.
|
ComponentFunction |
activateTextItem(java.lang.String selectTextValue,
java.lang.String matchIndex)
Routine to double click an item according to its text value.
|
void |
activateTextItemCoords(StepTestTable table,
java.lang.String[] parameters)
Double click a text item at specific Coords.
|
void |
activateTextItemCoords(StepTestTable table,
java.lang.String selectTextValue,
java.lang.String coords,
java.lang.String matchIndex)
Double click a text item at specific Coords.
|
ComponentFunction |
activateTextItemCoords(java.lang.String[] parameters)
Double click a text item at specific Coords.
|
ComponentFunction |
activateTextItemCoords(java.lang.String selectTextValue,
java.lang.String coords,
java.lang.String matchIndex)
Double click a text item at specific Coords.
|
void |
activateUnverifiedTextItem(StepTestTable table,
java.lang.String[] parameters)
Routine to double click an unverifiable item according to its text value.
|
void |
activateUnverifiedTextItem(StepTestTable table,
java.lang.String selectTextValue,
java.lang.String matchIndex)
Routine to double click an unverifiable item according to its text value.
|
ComponentFunction |
activateUnverifiedTextItem(java.lang.String[] parameters)
Routine to double click an unverifiable item according to its text value.
|
ComponentFunction |
activateUnverifiedTextItem(java.lang.String selectTextValue,
java.lang.String matchIndex)
Routine to double click an unverifiable item according to its text value.
|
void |
activateUnverifiedTextItemCoords(StepTestTable table,
java.lang.String[] parameters)
Double click an unverifiable text item at specific Coords.
|
void |
activateUnverifiedTextItemCoords(StepTestTable table,
java.lang.String selectTextValue,
java.lang.String coords,
java.lang.String matchIndex)
Double click an unverifiable text item at specific Coords.
|
ComponentFunction |
activateUnverifiedTextItemCoords(java.lang.String[] parameters)
Double click an unverifiable text item at specific Coords.
|
ComponentFunction |
activateUnverifiedTextItemCoords(java.lang.String selectTextValue,
java.lang.String coords,
java.lang.String matchIndex)
Double click an unverifiable text item at specific Coords.
|
void |
assignCellValue(StepTestTable table,
java.lang.String[] parameters)
Assigns the value of a cell in a listview to a variable.
|
void |
assignCellValue(StepTestTable table,
java.lang.String variable,
java.lang.String rowCoord,
java.lang.String colCoord)
Assigns the value of a cell in a listview to a variable.
|
ComponentFunction |
assignCellValue(java.lang.String[] parameters)
Assigns the value of a cell in a listview to a variable.
|
ComponentFunction |
assignCellValue(java.lang.String variable,
java.lang.String rowCoord,
java.lang.String colCoord)
Assigns the value of a cell in a listview to a variable.
|
void |
captureItemsToFile(StepTestTable table,
java.lang.String[] parameters)
Capture Items To a File specified (if not abs, then to test dir)
Capture Items To a File specified (if not abs, then to test dir)
|
void |
captureItemsToFile(StepTestTable table,
java.lang.String fileName,
java.lang.String fileEncoding)
Capture Items To a File specified (if not abs, then to test dir)
Capture Items To a File specified (if not abs, then to test dir)
|
ComponentFunction |
captureItemsToFile(java.lang.String[] parameters)
Capture Items To a File specified (if not abs, then to test dir)
Capture Items To a File specified (if not abs, then to test dir)
|
ComponentFunction |
captureItemsToFile(java.lang.String fileName,
java.lang.String fileEncoding)
Capture Items To a File specified (if not abs, then to test dir)
Capture Items To a File specified (if not abs, then to test dir)
|
void |
clickIndex(StepTestTable table,
java.lang.String index)
Same as (Alias for) ListView ActivateIndexItem
|
ComponentFunction |
clickIndex(java.lang.String index)
Same as (Alias for) ListView ActivateIndexItem
|
void |
clickIndexItem(StepTestTable table,
java.lang.String index)
Same as (Alias for) ListView ActivateIndexItem
|
ComponentFunction |
clickIndexItem(java.lang.String index)
Same as (Alias for) ListView ActivateIndexItem
|
void |
extendSelectionToTextItem(StepTestTable table,
java.lang.String textValue)
Routine to Shift+Click and Verify a selection according to its text value.
|
ComponentFunction |
extendSelectionToTextItem(java.lang.String textValue)
Routine to Shift+Click and Verify a selection according to its text value.
|
void |
rightClickTextItem(StepTestTable table,
java.lang.String[] parameters)
Routine to RightClick (single click) an item according to its text value.
|
void |
rightClickTextItem(StepTestTable table,
java.lang.String selectTextValue,
java.lang.String matchIndex)
Routine to RightClick (single click) an item according to its text value.
|
ComponentFunction |
rightClickTextItem(java.lang.String[] parameters)
Routine to RightClick (single click) an item according to its text value.
|
ComponentFunction |
rightClickTextItem(java.lang.String selectTextValue,
java.lang.String matchIndex)
Routine to RightClick (single click) an item according to its text value.
|
void |
rightClickTextItemCoords(StepTestTable table,
java.lang.String[] parameters)
Right click a text item at specific Coords.
|
void |
rightClickTextItemCoords(StepTestTable table,
java.lang.String selectTextValue,
java.lang.String coords,
java.lang.String matchIndex)
Right click a text item at specific Coords.
|
ComponentFunction |
rightClickTextItemCoords(java.lang.String[] parameters)
Right click a text item at specific Coords.
|
ComponentFunction |
rightClickTextItemCoords(java.lang.String selectTextValue,
java.lang.String coords,
java.lang.String matchIndex)
Right click a text item at specific Coords.
|
void |
rightClickUnverifiedTextItem(StepTestTable table,
java.lang.String[] parameters)
Routine to RightClick (single click) an unverifiable item according to its text value.
|
void |
rightClickUnverifiedTextItem(StepTestTable table,
java.lang.String selectTextValue,
java.lang.String matchIndex)
Routine to RightClick (single click) an unverifiable item according to its text value.
|
ComponentFunction |
rightClickUnverifiedTextItem(java.lang.String[] parameters)
Routine to RightClick (single click) an unverifiable item according to its text value.
|
ComponentFunction |
rightClickUnverifiedTextItem(java.lang.String selectTextValue,
java.lang.String matchIndex)
Routine to RightClick (single click) an unverifiable item according to its text value.
|
void |
rightClickUnverifiedTextItemCoords(StepTestTable table,
java.lang.String[] parameters)
Right Click an unverifiable text item at specific Coords.
|
void |
rightClickUnverifiedTextItemCoords(StepTestTable table,
java.lang.String selectTextValue,
java.lang.String coords,
java.lang.String matchIndex)
Right Click an unverifiable text item at specific Coords.
|
ComponentFunction |
rightClickUnverifiedTextItemCoords(java.lang.String[] parameters)
Right Click an unverifiable text item at specific Coords.
|
ComponentFunction |
rightClickUnverifiedTextItemCoords(java.lang.String selectTextValue,
java.lang.String coords,
java.lang.String matchIndex)
Right Click an unverifiable text item at specific Coords.
|
void |
selectAnotherPartialMatch(StepTestTable table,
java.lang.String[] parameters)
Routine for multiple selection to Control+Click on an item according to a partial text match.
|
void |
selectAnotherPartialMatch(StepTestTable table,
java.lang.String partialTextValue,
java.lang.String matchIndex)
Routine for multiple selection to Control+Click on an item according to a partial text match.
|
ComponentFunction |
selectAnotherPartialMatch(java.lang.String[] parameters)
Routine for multiple selection to Control+Click on an item according to a partial text match.
|
ComponentFunction |
selectAnotherPartialMatch(java.lang.String partialTextValue,
java.lang.String matchIndex)
Routine for multiple selection to Control+Click on an item according to a partial text match.
|
void |
selectAnotherTextItem(StepTestTable table,
java.lang.String[] parameters)
Routine for multiple selection to Control+Click on an item by its text value.
|
void |
selectAnotherTextItem(StepTestTable table,
java.lang.String textValue,
java.lang.String matchIndex)
Routine for multiple selection to Control+Click on an item by its text value.
|
ComponentFunction |
selectAnotherTextItem(java.lang.String[] parameters)
Routine for multiple selection to Control+Click on an item by its text value.
|
ComponentFunction |
selectAnotherTextItem(java.lang.String textValue,
java.lang.String matchIndex)
Routine for multiple selection to Control+Click on an item by its text value.
|
void |
selectIndex(StepTestTable table,
java.lang.String index)
Same as (Alias for) ListView SelectIndexItem
|
ComponentFunction |
selectIndex(java.lang.String index)
Same as (Alias for) ListView SelectIndexItem
|
void |
selectIndexItem(StepTestTable table,
java.lang.String itemIndex)
Routine to single click an item according to its Index value.
|
ComponentFunction |
selectIndexItem(java.lang.String itemIndex)
Routine to single click an item according to its Index value.
|
void |
selectIndexItemCoords(StepTestTable table,
java.lang.String[] parameters)
Routine to single click an item by Index at specific coordinates.
|
void |
selectIndexItemCoords(StepTestTable table,
java.lang.String itemIndex,
java.lang.String coords)
Routine to single click an item by Index at specific coordinates.
|
ComponentFunction |
selectIndexItemCoords(java.lang.String[] parameters)
Routine to single click an item by Index at specific coordinates.
|
ComponentFunction |
selectIndexItemCoords(java.lang.String itemIndex,
java.lang.String coords)
Routine to single click an item by Index at specific coordinates.
|
void |
selectPartialMatch(StepTestTable table,
java.lang.String[] parameters)
Routine to select (single click) an item according to a partial text match.
|
void |
selectPartialMatch(StepTestTable table,
java.lang.String partialTextValue,
java.lang.String matchIndex)
Routine to select (single click) an item according to a partial text match.
|
ComponentFunction |
selectPartialMatch(java.lang.String[] parameters)
Routine to select (single click) an item according to a partial text match.
|
ComponentFunction |
selectPartialMatch(java.lang.String partialTextValue,
java.lang.String matchIndex)
Routine to select (single click) an item according to a partial text match.
|
void |
selectRandomItems(StepTestTable table,
java.lang.String itemCount)
Routine to randomly select multiple items in the ListView object.
|
ComponentFunction |
selectRandomItems(java.lang.String itemCount)
Routine to randomly select multiple items in the ListView object.
|
void |
selectTextItem(StepTestTable table,
java.lang.String[] parameters)
Routine to select (single click) an item according to its text value.
|
void |
selectTextItem(StepTestTable table,
java.lang.String selectTextValue,
java.lang.String matchIndex)
Routine to select (single click) an item according to its text value.
|
ComponentFunction |
selectTextItem(java.lang.String[] parameters)
Routine to select (single click) an item according to its text value.
|
ComponentFunction |
selectTextItem(java.lang.String selectTextValue,
java.lang.String matchIndex)
Routine to select (single click) an item according to its text value.
|
void |
selectTextItemCoords(StepTestTable table,
java.lang.String[] parameters)
Single click a text item at specific Coords.
|
void |
selectTextItemCoords(StepTestTable table,
java.lang.String selectTextValue,
java.lang.String coords,
java.lang.String matchIndex)
Single click a text item at specific Coords.
|
ComponentFunction |
selectTextItemCoords(java.lang.String[] parameters)
Single click a text item at specific Coords.
|
ComponentFunction |
selectTextItemCoords(java.lang.String selectTextValue,
java.lang.String coords,
java.lang.String matchIndex)
Single click a text item at specific Coords.
|
void |
selectUnverifiedTextItem(StepTestTable table,
java.lang.String[] parameters)
Routine to select (single click) an unverifiable item according to its text value.
|
void |
selectUnverifiedTextItem(StepTestTable table,
java.lang.String selectTextValue,
java.lang.String matchIndex)
Routine to select (single click) an unverifiable item according to its text value.
|
ComponentFunction |
selectUnverifiedTextItem(java.lang.String[] parameters)
Routine to select (single click) an unverifiable item according to its text value.
|
ComponentFunction |
selectUnverifiedTextItem(java.lang.String selectTextValue,
java.lang.String matchIndex)
Routine to select (single click) an unverifiable item according to its text value.
|
void |
selectUnverifiedTextItemCoords(StepTestTable table,
java.lang.String[] parameters)
Single click an unverifiable text item at specific Coords.
|
void |
selectUnverifiedTextItemCoords(StepTestTable table,
java.lang.String selectTextValue,
java.lang.String coords,
java.lang.String matchIndex)
Single click an unverifiable text item at specific Coords.
|
ComponentFunction |
selectUnverifiedTextItemCoords(java.lang.String[] parameters)
Single click an unverifiable text item at specific Coords.
|
ComponentFunction |
selectUnverifiedTextItemCoords(java.lang.String selectTextValue,
java.lang.String coords,
java.lang.String matchIndex)
Single click an unverifiable text item at specific Coords.
|
void |
setListContains(StepTestTable table,
java.lang.String[] parameters)
Set a variable with the result of checking that a listview contains the provided item.
|
void |
setListContains(StepTestTable table,
java.lang.String itemText,
java.lang.String resultVar)
Set a variable with the result of checking that a listview contains the provided item.
|
ComponentFunction |
setListContains(java.lang.String[] parameters)
Set a variable with the result of checking that a listview contains the provided item.
|
ComponentFunction |
setListContains(java.lang.String itemText,
java.lang.String resultVar)
Set a variable with the result of checking that a listview contains the provided item.
|
void |
verifyItemUnselected(StepTestTable table,
java.lang.String textValue)
Verifies a particular case-sensitive text item is NOT selected.
|
ComponentFunction |
verifyItemUnselected(java.lang.String textValue)
Verifies a particular case-sensitive text item is NOT selected.
|
void |
verifyListContains(StepTestTable table,
java.lang.String itemText)
Verify that a list view contains the provided item.
|
ComponentFunction |
verifyListContains(java.lang.String itemText)
Verify that a list view contains the provided item.
|
void |
verifySelectedItem(StepTestTable table,
java.lang.String textValue)
Verifies a particular case-sensitive text item is selected
|
ComponentFunction |
verifySelectedItem(java.lang.String textValue)
Verifies a particular case-sensitive text item is selected
|
altClick, altClick, altClick, altClick, altLeftDrag, altLeftDrag, click, click, click, click, clickScreenImage, clickScreenImage, clickScreenLocation, clickScreenLocation, clickScreenPoint, clickScreenPoint, compareStoredData, compareStoredData, compareStoredData, compareStoredData, compareStoredProperties, compareStoredProperties, compareStoredProperties, compareStoredProperties, ctrlAltLeftDrag, ctrlAltLeftDrag, ctrlClick, ctrlClick, ctrlClick, ctrlClick, ctrlClickScreenImage, ctrlClickScreenImage, ctrlLeftDrag, ctrlLeftDrag, ctrlRightClick, ctrlRightClick, ctrlRightClick, ctrlRightClick, ctrlRightClickScreenImage, ctrlRightClickScreenImage, ctrlShiftLeftDrag, ctrlShiftLeftDrag, doubleClick, doubleClick, doubleClick, doubleClick, doubleClickScreenImage, doubleClickScreenImage, doubleClickScreenLocation, doubleClickScreenLocation, doubleClickScreenPoint, doubleClickScreenPoint, doubleTap, doubleTap, dragTo, dragTo, dragTo, dragTo, flick, flick, flick, flick, flickDown, flickDown, flickLeft, flickLeft, flickRight, flickRight, flickUp, flickUp, hScrollTo, hScrollTo, javaMenuSelect, javaMenuSelect, leftDrag, leftDrag, mouseClick, mouseClick, multiClick, multiClick, multiClick, multiClick, multiClickScreenImage, multiClickScreenImage, multiClickScreenImage, multiClickScreenImage, press, press, rightClick, rightClick, rightClick, rightClick, rightClickScreenImage, rightClickScreenImage, rightClickScreenLocation, rightClickScreenLocation, rightClickScreenPoint, rightClickScreenPoint, rightDrag, rightDrag, shiftClick, shiftClick, shiftClick, shiftClick, shiftClickScreenImage, shiftClickScreenImage, shiftLeftDrag, shiftLeftDrag, tap, tap, twoFingerTap, twoFingerTap, verifyImage, verifyImage, vScrollTo, vScrollTo
assignPropertyVariable, assignPropertyVariable, assignPropertyVariable, assignPropertyVariable, captureObjectDataToFile, captureObjectDataToFile, captureObjectDataToFile, captureObjectDataToFile, capturePropertiesToFile, capturePropertiesToFile, capturePropertiesToFile, capturePropertiesToFile, capturePropertyToFile, capturePropertyToFile, capturePropertyToFile, capturePropertyToFile, clearAppMapCache, clearAppMapCache, clearCache, clearCache, executeScript, executeScript, executeScript, executeScript, getComputedStyle, getComputedStyle, getGUIImage, getGUIImage, getGUIImage, getGUIImage, getTextFromGUI, getTextFromGUI, getTextFromGUI, getTextFromGUI, gUIDoesExist, gUIDoesExist, gUIDoesNotExist, gUIDoesNotExist, hoverMouse, hoverMouse, hoverMouse, hoverMouse, hoverScreenLocation, hoverScreenLocation, hoverScreenLocation, hoverScreenLocation, inputCharacters, inputCharacters, inputKeys, inputKeys, isPropertyExist, isPropertyExist, isPropertyExist, isPropertyExist, locateScreenImage, locateScreenImage, locateScreenImage, locateScreenImage, saveTextFromGUI, saveTextFromGUI, saveTextFromGUI, saveTextFromGUI, sendEvent, sendEvent, sendEvent, sendEvent, setPropertyValue, setPropertyValue, setPropertyValue, setPropertyValue, showOnPage, showOnPage, typeChars, typeChars, typeEncryption, typeEncryption, typeEncryption, typeEncryption, typeKeys, typeKeys, verifyArrayPropertyToFile, verifyArrayPropertyToFile, verifyArrayPropertyToFile, verifyArrayPropertyToFile, verifyBinaryFileToFile, verifyBinaryFileToFile, verifyBinaryFileToFile, verifyBinaryFileToFile, verifyClipboardToFile, verifyClipboardToFile, verifyClipboardToFile, verifyClipboardToFile, verifyClipboardVP, verifyClipboardVP, verifyComputedStyle, verifyComputedStyle, verifyFileToFile, verifyFileToFile, verifyFileToFile, verifyFileToFile, verifyGUIImageToFile, verifyGUIImageToFile, verifyGUIImageToFile, verifyGUIImageToFile, verifyObjectDataToFile, verifyObjectDataToFile, verifyObjectDataToFile, verifyObjectDataToFile, verifyPropertiesSubsetToFile, verifyPropertiesSubsetToFile, verifyPropertiesSubsetToFile, verifyPropertiesSubsetToFile, verifyPropertiesToFile, verifyPropertiesToFile, verifyPropertiesToFile, verifyPropertiesToFile, verifyProperty, verifyProperty, verifyProperty, verifyProperty, verifyPropertyContains, verifyPropertyContains, verifyPropertyContains, verifyPropertyContains, verifyPropertyToFile, verifyPropertyToFile, verifyPropertyToFile, verifyPropertyToFile, verifyTabOrder, verifyTabOrder, verifyTextFileToFile, verifyTextFileToFile, verifyTextFileToFile, verifyTextFileToFile, verifyValueContains, verifyValueContains, verifyValueContains, verifyValueContains, verifyValueContainsIgnoreCase, verifyValueContainsIgnoreCase, verifyValueContainsIgnoreCase, verifyValueContainsIgnoreCase, verifyValueDoesNotContain, verifyValueDoesNotContain, verifyValueDoesNotContain, verifyValueDoesNotContain, verifyValues, verifyValues, verifyValues, verifyValues, verifyValuesIgnoreCase, verifyValuesIgnoreCase, verifyValuesIgnoreCase, verifyValuesIgnoreCase, verifyValuesNotEqual, verifyValuesNotEqual, verifyValuesNotEqual, verifyValuesNotEqual
getWindow, setWindow
getName, getParent, getParentName, quote
public ListView(Window window, java.lang.String compname)
window
- Optional:NO
Specifies which Window this component is 'in'.compname
- Optional:NO
Specifies the AppMap name of the component in the Window.public ListView(java.lang.String winname, java.lang.String compname)
winname
- Optional:NO
Specifies the AppMap name of the window.compname
- Optional:NO
Specifies the AppMap name of the component in the Window.protected ListView(java.lang.String compname)
public ComponentFunction activateIndex(java.lang.String index)
Activate (double-click) an item based on it's index in the list It is important to note that some ListViews index their values differently. For example, you may need to select an item by text by using a property whose starting index is 1. Yet, if you request to seek an item strictly by index, the starting index is 0. So, the test developer may need to evaluate their ListView object for these differences.Supporting Engines:
index
- Optional:NO
Index of the text item to selectpublic void activateIndex(StepTestTable table, java.lang.String index)
Activate (double-click) an item based on it's index in the list It is important to note that some ListViews index their values differently. For example, you may need to select an item by text by using a property whose starting index is 1. Yet, if you request to seek an item strictly by index, the starting index is 0. So, the test developer may need to evaluate their ListView object for these differences.Supporting Engines:
table
- Optional:NO
The table to add the record to.index
- Optional:NO
Index of the text item to selectpublic ComponentFunction activateIndexItem(java.lang.String indexValue)
Routine to double click an item according to its index in the list. It is important to note that some ListViews index their values differently. For example, you may need to select an item by text by using a property whose starting index is 1. Yet, if you request to seek an item strictly by index, the starting index is 0. So, the test developer may need to evaluate their ListView object for these differences.Supporting Engines:
indexValue
- Optional:NO
Index of item to activate.public void activateIndexItem(StepTestTable table, java.lang.String indexValue)
Routine to double click an item according to its index in the list. It is important to note that some ListViews index their values differently. For example, you may need to select an item by text by using a property whose starting index is 1. Yet, if you request to seek an item strictly by index, the starting index is 0. So, the test developer may need to evaluate their ListView object for these differences.Supporting Engines:
table
- Optional:NO
The table to add the record to.indexValue
- Optional:NO
Index of item to activate.public ComponentFunction activatePartialMatch(java.lang.String partialTextValue, java.lang.String matchIndex)
Routine to double click an item according to a partial text match.Supporting Engines:
partialTextValue
- Optional:NO
Case-sensitive substring of text item to selectmatchIndex
- Optional:YES
Optional index of the Nth duplicate item to match.public void activatePartialMatch(StepTestTable table, java.lang.String partialTextValue, java.lang.String matchIndex)
Routine to double click an item according to a partial text match.Supporting Engines:
table
- Optional:NO
The table to add the record to.partialTextValue
- Optional:NO
Case-sensitive substring of text item to selectmatchIndex
- Optional:YES
Optional index of the Nth duplicate item to match.public ComponentFunction activatePartialMatch(java.lang.String[] parameters)
Routine to double click an item according to a partial text match.Supporting Engines:
parameters
- Optional:NO
An array containing the following parameters:
public void activatePartialMatch(StepTestTable table, java.lang.String[] parameters)
Routine to double click an item according to a partial text match.Supporting Engines:
table
- Optional:NO
The table to add the record to.parameters
- Optional:NO
An array containing the following parameters:
public ComponentFunction activateTextItem(java.lang.String selectTextValue, java.lang.String matchIndex)
Routine to double click an item according to its text value.Supporting Engines:
selectTextValue
- Optional:NO
Case-sensitive text of node to selectmatchIndex
- Optional:YES
Optional index of the Nth duplicate item to match.public void activateTextItem(StepTestTable table, java.lang.String selectTextValue, java.lang.String matchIndex)
Routine to double click an item according to its text value.Supporting Engines:
table
- Optional:NO
The table to add the record to.selectTextValue
- Optional:NO
Case-sensitive text of node to selectmatchIndex
- Optional:YES
Optional index of the Nth duplicate item to match.public ComponentFunction activateTextItem(java.lang.String[] parameters)
Routine to double click an item according to its text value.Supporting Engines:
parameters
- Optional:NO
An array containing the following parameters:
public void activateTextItem(StepTestTable table, java.lang.String[] parameters)
Routine to double click an item according to its text value.Supporting Engines:
table
- Optional:NO
The table to add the record to.parameters
- Optional:NO
An array containing the following parameters:
public ComponentFunction activateTextItemCoords(java.lang.String selectTextValue, java.lang.String coords, java.lang.String matchIndex)
Double click a text item at specific Coords.Supporting Engines:
selectTextValue
- Optional:NO
Case-sensitive text of node to selectcoords
- Optional:NO
The explicit coordinates ("x,y") or an App Map reference to
pre-defined coordinates.matchIndex
- Optional:YES
Optional index of the Nth duplicate item to match.public void activateTextItemCoords(StepTestTable table, java.lang.String selectTextValue, java.lang.String coords, java.lang.String matchIndex)
Double click a text item at specific Coords.Supporting Engines:
table
- Optional:NO
The table to add the record to.selectTextValue
- Optional:NO
Case-sensitive text of node to selectcoords
- Optional:NO
The explicit coordinates ("x,y") or an App Map reference to
pre-defined coordinates.matchIndex
- Optional:YES
Optional index of the Nth duplicate item to match.public ComponentFunction activateTextItemCoords(java.lang.String[] parameters)
Double click a text item at specific Coords.Supporting Engines:
parameters
- Optional:NO
An array containing the following parameters:
public void activateTextItemCoords(StepTestTable table, java.lang.String[] parameters)
Double click a text item at specific Coords.Supporting Engines:
table
- Optional:NO
The table to add the record to.parameters
- Optional:NO
An array containing the following parameters:
public ComponentFunction activateUnverifiedTextItem(java.lang.String selectTextValue, java.lang.String matchIndex)
Routine to double click an unverifiable item according to its text value. An unverifiable item is one whose READ value is not the same as its SET value.Supporting Engines:
selectTextValue
- Optional:NO
Case-sensitive text of node to selectmatchIndex
- Optional:YES
Optional index of the Nth duplicate item to match.public void activateUnverifiedTextItem(StepTestTable table, java.lang.String selectTextValue, java.lang.String matchIndex)
Routine to double click an unverifiable item according to its text value. An unverifiable item is one whose READ value is not the same as its SET value.Supporting Engines:
table
- Optional:NO
The table to add the record to.selectTextValue
- Optional:NO
Case-sensitive text of node to selectmatchIndex
- Optional:YES
Optional index of the Nth duplicate item to match.public ComponentFunction activateUnverifiedTextItem(java.lang.String[] parameters)
Routine to double click an unverifiable item according to its text value. An unverifiable item is one whose READ value is not the same as its SET value.Supporting Engines:
parameters
- Optional:NO
An array containing the following parameters:
public void activateUnverifiedTextItem(StepTestTable table, java.lang.String[] parameters)
Routine to double click an unverifiable item according to its text value. An unverifiable item is one whose READ value is not the same as its SET value.Supporting Engines:
table
- Optional:NO
The table to add the record to.parameters
- Optional:NO
An array containing the following parameters:
public ComponentFunction activateUnverifiedTextItemCoords(java.lang.String selectTextValue, java.lang.String coords, java.lang.String matchIndex)
Double click an unverifiable text item at specific Coords. An unverifiable item is one whose READ value is not the same as its SET value.Supporting Engines:
selectTextValue
- Optional:NO
Case-sensitive text of node to selectcoords
- Optional:NO
The explicit coordinates ("x,y") or an App Map reference to
pre-defined coordinates.matchIndex
- Optional:YES
Optional index of the Nth duplicate item to match.public void activateUnverifiedTextItemCoords(StepTestTable table, java.lang.String selectTextValue, java.lang.String coords, java.lang.String matchIndex)
Double click an unverifiable text item at specific Coords. An unverifiable item is one whose READ value is not the same as its SET value.Supporting Engines:
table
- Optional:NO
The table to add the record to.selectTextValue
- Optional:NO
Case-sensitive text of node to selectcoords
- Optional:NO
The explicit coordinates ("x,y") or an App Map reference to
pre-defined coordinates.matchIndex
- Optional:YES
Optional index of the Nth duplicate item to match.public ComponentFunction activateUnverifiedTextItemCoords(java.lang.String[] parameters)
Double click an unverifiable text item at specific Coords. An unverifiable item is one whose READ value is not the same as its SET value.Supporting Engines:
parameters
- Optional:NO
An array containing the following parameters:
public void activateUnverifiedTextItemCoords(StepTestTable table, java.lang.String[] parameters)
Double click an unverifiable text item at specific Coords. An unverifiable item is one whose READ value is not the same as its SET value.Supporting Engines:
table
- Optional:NO
The table to add the record to.parameters
- Optional:NO
An array containing the following parameters:
public ComponentFunction assignCellValue(java.lang.String variable, java.lang.String rowCoord, java.lang.String colCoord)
Assigns the value of a cell in a listview to a variable.Supporting Engines:
variable
- Optional:NO
Name of variable to assign valuerowCoord
- Optional:NO
The coordinate of the row in the listview that you want to capture the value.colCoord
- Optional:NO
The coordinate of the column in the listview that you want to capture the value.public void assignCellValue(StepTestTable table, java.lang.String variable, java.lang.String rowCoord, java.lang.String colCoord)
Assigns the value of a cell in a listview to a variable.Supporting Engines:
table
- Optional:NO
The table to add the record to.variable
- Optional:NO
Name of variable to assign valuerowCoord
- Optional:NO
The coordinate of the row in the listview that you want to capture the value.colCoord
- Optional:NO
The coordinate of the column in the listview that you want to capture the value.public ComponentFunction assignCellValue(java.lang.String[] parameters)
Assigns the value of a cell in a listview to a variable.Supporting Engines:
parameters
- Optional:NO
An array containing the following parameters:
public void assignCellValue(StepTestTable table, java.lang.String[] parameters)
Assigns the value of a cell in a listview to a variable.Supporting Engines:
table
- Optional:NO
The table to add the record to.parameters
- Optional:NO
An array containing the following parameters:
public ComponentFunction captureItemsToFile(java.lang.String fileName, java.lang.String fileEncoding)
Capture Items To a File specified (if not abs, then to test dir) Capture Items To a File specified (if not abs, then to test dir)Supporting Engines:
fileName
- Optional:NO
File name (if not absolute, then to test dir)fileEncoding
- Optional:YES DefaultVal:
Specify a character encoding to be used when saving data to a file.
If it is not specified, the system default file encoding will be used.
The encoding should be a valid string supported by Java; if it is not valid,
the system default file encoding will be used instead.public void captureItemsToFile(StepTestTable table, java.lang.String fileName, java.lang.String fileEncoding)
Capture Items To a File specified (if not abs, then to test dir) Capture Items To a File specified (if not abs, then to test dir)Supporting Engines:
table
- Optional:NO
The table to add the record to.fileName
- Optional:NO
File name (if not absolute, then to test dir)fileEncoding
- Optional:YES DefaultVal:
Specify a character encoding to be used when saving data to a file.
If it is not specified, the system default file encoding will be used.
The encoding should be a valid string supported by Java; if it is not valid,
the system default file encoding will be used instead.public ComponentFunction captureItemsToFile(java.lang.String[] parameters)
Capture Items To a File specified (if not abs, then to test dir) Capture Items To a File specified (if not abs, then to test dir)Supporting Engines:
parameters
- Optional:NO
An array containing the following parameters:
public void captureItemsToFile(StepTestTable table, java.lang.String[] parameters)
Capture Items To a File specified (if not abs, then to test dir) Capture Items To a File specified (if not abs, then to test dir)Supporting Engines:
table
- Optional:NO
The table to add the record to.parameters
- Optional:NO
An array containing the following parameters:
public ComponentFunction clickIndex(java.lang.String index)
Same as (Alias for) ListView ActivateIndexItemSupporting Engines:
index
- Optional:NO
See ListView ActivateIndexItempublic void clickIndex(StepTestTable table, java.lang.String index)
Same as (Alias for) ListView ActivateIndexItemSupporting Engines:
table
- Optional:NO
The table to add the record to.index
- Optional:NO
See ListView ActivateIndexItempublic ComponentFunction clickIndexItem(java.lang.String index)
Same as (Alias for) ListView ActivateIndexItemSupporting Engines:
index
- Optional:NO
See ListView ActivateIndexItempublic void clickIndexItem(StepTestTable table, java.lang.String index)
Same as (Alias for) ListView ActivateIndexItemSupporting Engines:
table
- Optional:NO
The table to add the record to.index
- Optional:NO
See ListView ActivateIndexItempublic ComponentFunction extendSelectionToTextItem(java.lang.String textValue)
Routine to Shift+Click and Verify a selection according to its text value. This extends the current selection to include the specified selection and all other items inbetween. NOTE: This may not work in all environments (Java, Web, etc...)Supporting Engines:
textValue
- Optional:NO
Case-sensitive text of node to select and verify.public void extendSelectionToTextItem(StepTestTable table, java.lang.String textValue)
Routine to Shift+Click and Verify a selection according to its text value. This extends the current selection to include the specified selection and all other items inbetween. NOTE: This may not work in all environments (Java, Web, etc...)Supporting Engines:
table
- Optional:NO
The table to add the record to.textValue
- Optional:NO
Case-sensitive text of node to select and verify.public ComponentFunction rightClickTextItem(java.lang.String selectTextValue, java.lang.String matchIndex)
Routine to RightClick (single click) an item according to its text value.Supporting Engines:
selectTextValue
- Optional:NO
Case-sensitive text of node to RightClickmatchIndex
- Optional:YES
Optional index of the Nth duplicate item to match.public void rightClickTextItem(StepTestTable table, java.lang.String selectTextValue, java.lang.String matchIndex)
Routine to RightClick (single click) an item according to its text value.Supporting Engines:
table
- Optional:NO
The table to add the record to.selectTextValue
- Optional:NO
Case-sensitive text of node to RightClickmatchIndex
- Optional:YES
Optional index of the Nth duplicate item to match.public ComponentFunction rightClickTextItem(java.lang.String[] parameters)
Routine to RightClick (single click) an item according to its text value.Supporting Engines:
parameters
- Optional:NO
An array containing the following parameters:
public void rightClickTextItem(StepTestTable table, java.lang.String[] parameters)
Routine to RightClick (single click) an item according to its text value.Supporting Engines:
table
- Optional:NO
The table to add the record to.parameters
- Optional:NO
An array containing the following parameters:
public ComponentFunction rightClickTextItemCoords(java.lang.String selectTextValue, java.lang.String coords, java.lang.String matchIndex)
Right click a text item at specific Coords.Supporting Engines:
selectTextValue
- Optional:NO
Case-sensitive text of node to RightClickcoords
- Optional:NO
The explicit coordinates ("x,y") or an App Map reference to
pre-defined coordinates.matchIndex
- Optional:YES
Optional index of the Nth duplicate item to match.public void rightClickTextItemCoords(StepTestTable table, java.lang.String selectTextValue, java.lang.String coords, java.lang.String matchIndex)
Right click a text item at specific Coords.Supporting Engines:
table
- Optional:NO
The table to add the record to.selectTextValue
- Optional:NO
Case-sensitive text of node to RightClickcoords
- Optional:NO
The explicit coordinates ("x,y") or an App Map reference to
pre-defined coordinates.matchIndex
- Optional:YES
Optional index of the Nth duplicate item to match.public ComponentFunction rightClickTextItemCoords(java.lang.String[] parameters)
Right click a text item at specific Coords.Supporting Engines:
parameters
- Optional:NO
An array containing the following parameters:
public void rightClickTextItemCoords(StepTestTable table, java.lang.String[] parameters)
Right click a text item at specific Coords.Supporting Engines:
table
- Optional:NO
The table to add the record to.parameters
- Optional:NO
An array containing the following parameters:
public ComponentFunction rightClickUnverifiedTextItem(java.lang.String selectTextValue, java.lang.String matchIndex)
Routine to RightClick (single click) an unverifiable item according to its text value. An unverifiable item is one whose READ value is not the same as its SET value.Supporting Engines:
selectTextValue
- Optional:NO
Case-sensitive text of node to RightClickmatchIndex
- Optional:YES
Optional index of the Nth duplicate item to match.public void rightClickUnverifiedTextItem(StepTestTable table, java.lang.String selectTextValue, java.lang.String matchIndex)
Routine to RightClick (single click) an unverifiable item according to its text value. An unverifiable item is one whose READ value is not the same as its SET value.Supporting Engines:
table
- Optional:NO
The table to add the record to.selectTextValue
- Optional:NO
Case-sensitive text of node to RightClickmatchIndex
- Optional:YES
Optional index of the Nth duplicate item to match.public ComponentFunction rightClickUnverifiedTextItem(java.lang.String[] parameters)
Routine to RightClick (single click) an unverifiable item according to its text value. An unverifiable item is one whose READ value is not the same as its SET value.Supporting Engines:
parameters
- Optional:NO
An array containing the following parameters:
public void rightClickUnverifiedTextItem(StepTestTable table, java.lang.String[] parameters)
Routine to RightClick (single click) an unverifiable item according to its text value. An unverifiable item is one whose READ value is not the same as its SET value.Supporting Engines:
table
- Optional:NO
The table to add the record to.parameters
- Optional:NO
An array containing the following parameters:
public ComponentFunction rightClickUnverifiedTextItemCoords(java.lang.String selectTextValue, java.lang.String coords, java.lang.String matchIndex)
Right Click an unverifiable text item at specific Coords. An unverifiable item is one whose READ value is not the same as its SET value.Supporting Engines:
selectTextValue
- Optional:NO
Case-sensitive text of node to selectcoords
- Optional:NO
The explicit coordinates ("x,y") or an App Map reference to
pre-defined coordinates.matchIndex
- Optional:YES
Optional index of the Nth duplicate item to match.public void rightClickUnverifiedTextItemCoords(StepTestTable table, java.lang.String selectTextValue, java.lang.String coords, java.lang.String matchIndex)
Right Click an unverifiable text item at specific Coords. An unverifiable item is one whose READ value is not the same as its SET value.Supporting Engines:
table
- Optional:NO
The table to add the record to.selectTextValue
- Optional:NO
Case-sensitive text of node to selectcoords
- Optional:NO
The explicit coordinates ("x,y") or an App Map reference to
pre-defined coordinates.matchIndex
- Optional:YES
Optional index of the Nth duplicate item to match.public ComponentFunction rightClickUnverifiedTextItemCoords(java.lang.String[] parameters)
Right Click an unverifiable text item at specific Coords. An unverifiable item is one whose READ value is not the same as its SET value.Supporting Engines:
parameters
- Optional:NO
An array containing the following parameters:
public void rightClickUnverifiedTextItemCoords(StepTestTable table, java.lang.String[] parameters)
Right Click an unverifiable text item at specific Coords. An unverifiable item is one whose READ value is not the same as its SET value.Supporting Engines:
table
- Optional:NO
The table to add the record to.parameters
- Optional:NO
An array containing the following parameters:
public ComponentFunction selectAnotherPartialMatch(java.lang.String partialTextValue, java.lang.String matchIndex)
Routine for multiple selection to Control+Click on an item according to a partial text match. This adds selected items to items already selected.Supporting Engines:
partialTextValue
- Optional:NO
Case-sensitive substring of text item to select.matchIndex
- Optional:YES DefaultVal:1
Optional index of the Nth duplicate item to match.public void selectAnotherPartialMatch(StepTestTable table, java.lang.String partialTextValue, java.lang.String matchIndex)
Routine for multiple selection to Control+Click on an item according to a partial text match. This adds selected items to items already selected.Supporting Engines:
table
- Optional:NO
The table to add the record to.partialTextValue
- Optional:NO
Case-sensitive substring of text item to select.matchIndex
- Optional:YES DefaultVal:1
Optional index of the Nth duplicate item to match.public ComponentFunction selectAnotherPartialMatch(java.lang.String[] parameters)
Routine for multiple selection to Control+Click on an item according to a partial text match. This adds selected items to items already selected.Supporting Engines:
parameters
- Optional:NO
An array containing the following parameters:
public void selectAnotherPartialMatch(StepTestTable table, java.lang.String[] parameters)
Routine for multiple selection to Control+Click on an item according to a partial text match. This adds selected items to items already selected.Supporting Engines:
table
- Optional:NO
The table to add the record to.parameters
- Optional:NO
An array containing the following parameters:
public ComponentFunction selectAnotherTextItem(java.lang.String textValue, java.lang.String matchIndex)
Routine for multiple selection to Control+Click on an item by its text value. This adds selected items to items already selected.Supporting Engines:
textValue
- Optional:NO
Case-sensitive text of node to select.matchIndex
- Optional:YES DefaultVal:1
Optional index of the Nth duplicate item to match.public void selectAnotherTextItem(StepTestTable table, java.lang.String textValue, java.lang.String matchIndex)
Routine for multiple selection to Control+Click on an item by its text value. This adds selected items to items already selected.Supporting Engines:
table
- Optional:NO
The table to add the record to.textValue
- Optional:NO
Case-sensitive text of node to select.matchIndex
- Optional:YES DefaultVal:1
Optional index of the Nth duplicate item to match.public ComponentFunction selectAnotherTextItem(java.lang.String[] parameters)
Routine for multiple selection to Control+Click on an item by its text value. This adds selected items to items already selected.Supporting Engines:
parameters
- Optional:NO
An array containing the following parameters:
public void selectAnotherTextItem(StepTestTable table, java.lang.String[] parameters)
Routine for multiple selection to Control+Click on an item by its text value. This adds selected items to items already selected.Supporting Engines:
table
- Optional:NO
The table to add the record to.parameters
- Optional:NO
An array containing the following parameters:
public ComponentFunction selectIndex(java.lang.String index)
Same as (Alias for) ListView SelectIndexItemSupporting Engines:
index
- Optional:NO
See ListView SelectIndexItempublic void selectIndex(StepTestTable table, java.lang.String index)
Same as (Alias for) ListView SelectIndexItemSupporting Engines:
table
- Optional:NO
The table to add the record to.index
- Optional:NO
See ListView SelectIndexItempublic ComponentFunction selectIndexItem(java.lang.String itemIndex)
Routine to single click an item according to its Index value. It is important to note that some ListViews index their values differently. For example, you may need to select an item by text by using a property whose starting index is 1. Yet, if you request to seek an item strictly by index, the starting index is 0. So, the test developer may need to evaluate their ListView object for these differences.Supporting Engines:
itemIndex
- Optional:NO
Index of node to select.public void selectIndexItem(StepTestTable table, java.lang.String itemIndex)
Routine to single click an item according to its Index value. It is important to note that some ListViews index their values differently. For example, you may need to select an item by text by using a property whose starting index is 1. Yet, if you request to seek an item strictly by index, the starting index is 0. So, the test developer may need to evaluate their ListView object for these differences.Supporting Engines:
table
- Optional:NO
The table to add the record to.itemIndex
- Optional:NO
Index of node to select.public ComponentFunction selectIndexItemCoords(java.lang.String itemIndex, java.lang.String coords)
Routine to single click an item by Index at specific coordinates. It is important to note that some ListViews index their values differently. For example, you may need to select an item by text by using a property whose starting index is 1. Yet, if you request to seek an item strictly by index, the starting index is 0. So, the test developer may need to evaluate their ListView object for these differences.Supporting Engines:
itemIndex
- Optional:NO
Index of node to select.coords
- Optional:NO
The explicit coordinates ("x,y") or an App Map reference to
pre-defined coordinates.public void selectIndexItemCoords(StepTestTable table, java.lang.String itemIndex, java.lang.String coords)
Routine to single click an item by Index at specific coordinates. It is important to note that some ListViews index their values differently. For example, you may need to select an item by text by using a property whose starting index is 1. Yet, if you request to seek an item strictly by index, the starting index is 0. So, the test developer may need to evaluate their ListView object for these differences.Supporting Engines:
table
- Optional:NO
The table to add the record to.itemIndex
- Optional:NO
Index of node to select.coords
- Optional:NO
The explicit coordinates ("x,y") or an App Map reference to
pre-defined coordinates.public ComponentFunction selectIndexItemCoords(java.lang.String[] parameters)
Routine to single click an item by Index at specific coordinates. It is important to note that some ListViews index their values differently. For example, you may need to select an item by text by using a property whose starting index is 1. Yet, if you request to seek an item strictly by index, the starting index is 0. So, the test developer may need to evaluate their ListView object for these differences.Supporting Engines:
parameters
- Optional:NO
An array containing the following parameters:
public void selectIndexItemCoords(StepTestTable table, java.lang.String[] parameters)
Routine to single click an item by Index at specific coordinates. It is important to note that some ListViews index their values differently. For example, you may need to select an item by text by using a property whose starting index is 1. Yet, if you request to seek an item strictly by index, the starting index is 0. So, the test developer may need to evaluate their ListView object for these differences.Supporting Engines:
table
- Optional:NO
The table to add the record to.parameters
- Optional:NO
An array containing the following parameters:
public ComponentFunction selectPartialMatch(java.lang.String partialTextValue, java.lang.String matchIndex)
Routine to select (single click) an item according to a partial text match.Supporting Engines:
partialTextValue
- Optional:NO
Case-sensitive substring of node to selectmatchIndex
- Optional:YES
Optional index of the Nth duplicate item to match.public void selectPartialMatch(StepTestTable table, java.lang.String partialTextValue, java.lang.String matchIndex)
Routine to select (single click) an item according to a partial text match.Supporting Engines:
table
- Optional:NO
The table to add the record to.partialTextValue
- Optional:NO
Case-sensitive substring of node to selectmatchIndex
- Optional:YES
Optional index of the Nth duplicate item to match.public ComponentFunction selectPartialMatch(java.lang.String[] parameters)
Routine to select (single click) an item according to a partial text match.Supporting Engines:
parameters
- Optional:NO
An array containing the following parameters:
public void selectPartialMatch(StepTestTable table, java.lang.String[] parameters)
Routine to select (single click) an item according to a partial text match.Supporting Engines:
table
- Optional:NO
The table to add the record to.parameters
- Optional:NO
An array containing the following parameters:
public ComponentFunction selectRandomItems(java.lang.String itemCount)
Routine to randomly select multiple items in the ListView object. Routine to randomly select multiple items in the ListView object. Each selection is done with a CTRL + Single Left Click. Items are selected by index, not by their text values. Items already selected are NOT unselected. We add to existing selections.Supporting Engines:
itemCount
- Optional:NO
The quantity of items to randomly select in the object.public void selectRandomItems(StepTestTable table, java.lang.String itemCount)
Routine to randomly select multiple items in the ListView object. Routine to randomly select multiple items in the ListView object. Each selection is done with a CTRL + Single Left Click. Items are selected by index, not by their text values. Items already selected are NOT unselected. We add to existing selections.Supporting Engines:
table
- Optional:NO
The table to add the record to.itemCount
- Optional:NO
The quantity of items to randomly select in the object.public ComponentFunction selectTextItem(java.lang.String selectTextValue, java.lang.String matchIndex)
Routine to select (single click) an item according to its text value.Supporting Engines:
selectTextValue
- Optional:NO
Case-sensitive text of node to selectmatchIndex
- Optional:YES
Optional index of the Nth duplicate item to match.public void selectTextItem(StepTestTable table, java.lang.String selectTextValue, java.lang.String matchIndex)
Routine to select (single click) an item according to its text value.Supporting Engines:
table
- Optional:NO
The table to add the record to.selectTextValue
- Optional:NO
Case-sensitive text of node to selectmatchIndex
- Optional:YES
Optional index of the Nth duplicate item to match.public ComponentFunction selectTextItem(java.lang.String[] parameters)
Routine to select (single click) an item according to its text value.Supporting Engines:
parameters
- Optional:NO
An array containing the following parameters:
public void selectTextItem(StepTestTable table, java.lang.String[] parameters)
Routine to select (single click) an item according to its text value.Supporting Engines:
table
- Optional:NO
The table to add the record to.parameters
- Optional:NO
An array containing the following parameters:
public ComponentFunction selectTextItemCoords(java.lang.String selectTextValue, java.lang.String coords, java.lang.String matchIndex)
Single click a text item at specific Coords.Supporting Engines:
selectTextValue
- Optional:NO
Case-sensitive text of node to selectcoords
- Optional:NO
The explicit coordinates ("x,y") or an App Map reference to
pre-defined coordinates.matchIndex
- Optional:YES
Optional index of the Nth duplicate item to match.public void selectTextItemCoords(StepTestTable table, java.lang.String selectTextValue, java.lang.String coords, java.lang.String matchIndex)
Single click a text item at specific Coords.Supporting Engines:
table
- Optional:NO
The table to add the record to.selectTextValue
- Optional:NO
Case-sensitive text of node to selectcoords
- Optional:NO
The explicit coordinates ("x,y") or an App Map reference to
pre-defined coordinates.matchIndex
- Optional:YES
Optional index of the Nth duplicate item to match.public ComponentFunction selectTextItemCoords(java.lang.String[] parameters)
Single click a text item at specific Coords.Supporting Engines:
parameters
- Optional:NO
An array containing the following parameters:
public void selectTextItemCoords(StepTestTable table, java.lang.String[] parameters)
Single click a text item at specific Coords.Supporting Engines:
table
- Optional:NO
The table to add the record to.parameters
- Optional:NO
An array containing the following parameters:
public ComponentFunction selectUnverifiedTextItem(java.lang.String selectTextValue, java.lang.String matchIndex)
Routine to select (single click) an unverifiable item according to its text value. An unverifiable item is one whose READ value is not the same as its SET value.Supporting Engines:
selectTextValue
- Optional:NO
Case-sensitive text of node to selectmatchIndex
- Optional:YES
Optional index of the Nth duplicate item to match.public void selectUnverifiedTextItem(StepTestTable table, java.lang.String selectTextValue, java.lang.String matchIndex)
Routine to select (single click) an unverifiable item according to its text value. An unverifiable item is one whose READ value is not the same as its SET value.Supporting Engines:
table
- Optional:NO
The table to add the record to.selectTextValue
- Optional:NO
Case-sensitive text of node to selectmatchIndex
- Optional:YES
Optional index of the Nth duplicate item to match.public ComponentFunction selectUnverifiedTextItem(java.lang.String[] parameters)
Routine to select (single click) an unverifiable item according to its text value. An unverifiable item is one whose READ value is not the same as its SET value.Supporting Engines:
parameters
- Optional:NO
An array containing the following parameters:
public void selectUnverifiedTextItem(StepTestTable table, java.lang.String[] parameters)
Routine to select (single click) an unverifiable item according to its text value. An unverifiable item is one whose READ value is not the same as its SET value.Supporting Engines:
table
- Optional:NO
The table to add the record to.parameters
- Optional:NO
An array containing the following parameters:
public ComponentFunction selectUnverifiedTextItemCoords(java.lang.String selectTextValue, java.lang.String coords, java.lang.String matchIndex)
Single click an unverifiable text item at specific Coords. An unverifiable item is one whose READ value is not the same as its SET value.Supporting Engines:
selectTextValue
- Optional:NO
Case-sensitive text of node to selectcoords
- Optional:NO
The explicit coordinates ("x,y") or an App Map reference to
pre-defined coordinates.matchIndex
- Optional:YES
Optional index of the Nth duplicate item to match.public void selectUnverifiedTextItemCoords(StepTestTable table, java.lang.String selectTextValue, java.lang.String coords, java.lang.String matchIndex)
Single click an unverifiable text item at specific Coords. An unverifiable item is one whose READ value is not the same as its SET value.Supporting Engines:
table
- Optional:NO
The table to add the record to.selectTextValue
- Optional:NO
Case-sensitive text of node to selectcoords
- Optional:NO
The explicit coordinates ("x,y") or an App Map reference to
pre-defined coordinates.matchIndex
- Optional:YES
Optional index of the Nth duplicate item to match.public ComponentFunction selectUnverifiedTextItemCoords(java.lang.String[] parameters)
Single click an unverifiable text item at specific Coords. An unverifiable item is one whose READ value is not the same as its SET value.Supporting Engines:
parameters
- Optional:NO
An array containing the following parameters:
public void selectUnverifiedTextItemCoords(StepTestTable table, java.lang.String[] parameters)
Single click an unverifiable text item at specific Coords. An unverifiable item is one whose READ value is not the same as its SET value.Supporting Engines:
table
- Optional:NO
The table to add the record to.parameters
- Optional:NO
An array containing the following parameters:
public ComponentFunction setListContains(java.lang.String itemText, java.lang.String resultVar)
Set a variable with the result of checking that a listview contains the provided item. The search of the item is expected to be a case-sensitive exact match of the item. The provided variable is set with 'TRUE' if the item is found or 'FALSE' if the item is not found.Supporting Engines:
itemText
- Optional:NO
The case-sensitive name of the sought item.resultVar
- Optional:NO
The name of the variable receiving the result.public void setListContains(StepTestTable table, java.lang.String itemText, java.lang.String resultVar)
Set a variable with the result of checking that a listview contains the provided item. The search of the item is expected to be a case-sensitive exact match of the item. The provided variable is set with 'TRUE' if the item is found or 'FALSE' if the item is not found.Supporting Engines:
table
- Optional:NO
The table to add the record to.itemText
- Optional:NO
The case-sensitive name of the sought item.resultVar
- Optional:NO
The name of the variable receiving the result.public ComponentFunction setListContains(java.lang.String[] parameters)
Set a variable with the result of checking that a listview contains the provided item. The search of the item is expected to be a case-sensitive exact match of the item. The provided variable is set with 'TRUE' if the item is found or 'FALSE' if the item is not found.Supporting Engines:
parameters
- Optional:NO
An array containing the following parameters:
public void setListContains(StepTestTable table, java.lang.String[] parameters)
Set a variable with the result of checking that a listview contains the provided item. The search of the item is expected to be a case-sensitive exact match of the item. The provided variable is set with 'TRUE' if the item is found or 'FALSE' if the item is not found.Supporting Engines:
table
- Optional:NO
The table to add the record to.parameters
- Optional:NO
An array containing the following parameters:
public ComponentFunction verifyItemUnselected(java.lang.String textValue)
Verifies a particular case-sensitive text item is NOT selected.Supporting Engines:
textValue
- Optional:NO
Case-sensitive text of node that will be verified unselectedpublic void verifyItemUnselected(StepTestTable table, java.lang.String textValue)
Verifies a particular case-sensitive text item is NOT selected.Supporting Engines:
table
- Optional:NO
The table to add the record to.textValue
- Optional:NO
Case-sensitive text of node that will be verified unselectedpublic ComponentFunction verifyListContains(java.lang.String itemText)
Verify that a list view contains the provided item. The search of the item is expected to be a case-sensitive exact match of the item.Supporting Engines:
itemText
- Optional:NO
The case-sensitive name of the item to verify.public void verifyListContains(StepTestTable table, java.lang.String itemText)
Verify that a list view contains the provided item. The search of the item is expected to be a case-sensitive exact match of the item.Supporting Engines:
table
- Optional:NO
The table to add the record to.itemText
- Optional:NO
The case-sensitive name of the item to verify.public ComponentFunction verifySelectedItem(java.lang.String textValue)
Verifies a particular case-sensitive text item is selectedSupporting Engines:
textValue
- Optional:NO
Case-sensitive text of node that will be verified selectedpublic void verifySelectedItem(StepTestTable table, java.lang.String textValue)
Verifies a particular case-sensitive text item is selectedSupporting Engines:
table
- Optional:NO
The table to add the record to.textValue
- Optional:NO
Case-sensitive text of node that will be verified selectedCopyright © SAS Institute. All Rights Reserved.