Package | Description |
---|---|
org.safs.model | |
org.safs.model.commands | |
org.safs.model.components | |
org.safs.tools.drivers |
Modifier and Type | Method and Description |
---|---|
void |
StepTestTable.add(ComponentFunction componentFunction)
Add a ComponentFunction to the StepTestTable just like any other valid command.
|
Modifier and Type | Method and Description |
---|---|
static ComponentFunction |
JavaTableFunctions.activateCell(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Attempts to perform a double click on a JavaTable cell.
|
static ComponentFunction |
HTMLTableFunctions.activateCell(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Attempts to perform a double click on a Table cell.
|
static ComponentFunction |
DotNetTableFunctions.activateCell(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Attempts to perform a double click on a DotNetTable cell.
|
static ComponentFunction |
JavaTableFunctions.activateCell(java.lang.String winname,
java.lang.String compname,
java.lang.String row,
java.lang.String col)
Attempts to perform a double click on a JavaTable cell.
|
static ComponentFunction |
HTMLTableFunctions.activateCell(java.lang.String winname,
java.lang.String compname,
java.lang.String row,
java.lang.String col)
Attempts to perform a double click on a Table cell.
|
static ComponentFunction |
DotNetTableFunctions.activateCell(java.lang.String winname,
java.lang.String compname,
java.lang.String row,
java.lang.String col)
Attempts to perform a double click on a DotNetTable cell.
|
static ComponentFunction |
JavaTableFunctions.activateColumnLabel(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Double clicks on the label of the specified column.
|
static ComponentFunction |
DotNetTableFunctions.activateColumnLabel(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Double clicks on the label of the specified column.
|
static ComponentFunction |
JavaTableFunctions.activateColumnLabel(java.lang.String winname,
java.lang.String compname,
java.lang.String colNumber,
java.lang.String yOffset)
Double clicks on the label of the specified column.
|
static ComponentFunction |
DotNetTableFunctions.activateColumnLabel(java.lang.String winname,
java.lang.String compname,
java.lang.String colNumber,
java.lang.String yOffset)
Double clicks on the label of the specified column.
|
static ComponentFunction |
ListViewFunctions.activateIndex(java.lang.String winname,
java.lang.String compname,
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.
|
static ComponentFunction |
ListViewFunctions.activateIndexItem(java.lang.String winname,
java.lang.String compname,
java.lang.String indexValue)
Routine to double click an item according to its index in the list.
|
static ComponentFunction |
ListBoxFunctions.activatePartialMatch(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Routine to DblClick and Verify an item according to a partial text match.
|
static ComponentFunction |
ListViewFunctions.activatePartialMatch(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Routine to double click an item according to a partial text match.
|
static ComponentFunction |
ListViewFunctions.activatePartialMatch(java.lang.String winname,
java.lang.String compname,
java.lang.String partialTextValue,
java.lang.String matchIndex)
Routine to double click an item according to a partial text match.
|
static ComponentFunction |
TableViewFunctions.activateTableRow(java.lang.String winname,
java.lang.String compname,
java.lang.String row)
Activate the specified row in the table.
|
static ComponentFunction |
ListBoxFunctions.activateTextItem(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Routine to DblClick and Verify an item according to its text value.
|
static ComponentFunction |
ListViewFunctions.activateTextItem(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Routine to double click an item according to its text value.
|
static ComponentFunction |
ListViewFunctions.activateTextItem(java.lang.String winname,
java.lang.String compname,
java.lang.String selectTextValue,
java.lang.String matchIndex)
Routine to double click an item according to its text value.
|
static ComponentFunction |
ListViewFunctions.activateTextItemCoords(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Double click a text item at specific Coords.
|
static ComponentFunction |
ListViewFunctions.activateTextItemCoords(java.lang.String winname,
java.lang.String compname,
java.lang.String selectTextValue,
java.lang.String coords,
java.lang.String matchIndex)
Double click a text item at specific Coords.
|
static ComponentFunction |
ListBoxFunctions.activateUnverifiedPartialMatch(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
DblClicks an item according to a partial text match.
|
static ComponentFunction |
ListBoxFunctions.activateUnverifiedTextItem(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Routine to DblClick an item according to its text value.
|
static ComponentFunction |
ListViewFunctions.activateUnverifiedTextItem(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Routine to double click an unverifiable item according to its text value.
|
static ComponentFunction |
ListViewFunctions.activateUnverifiedTextItem(java.lang.String winname,
java.lang.String compname,
java.lang.String selectTextValue,
java.lang.String matchIndex)
Routine to double click an unverifiable item according to its text value.
|
static ComponentFunction |
ListViewFunctions.activateUnverifiedTextItemCoords(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Double click an unverifiable text item at specific Coords.
|
static ComponentFunction |
ListViewFunctions.activateUnverifiedTextItemCoords(java.lang.String winname,
java.lang.String compname,
java.lang.String selectTextValue,
java.lang.String coords,
java.lang.String matchIndex)
Double click an unverifiable text item at specific Coords.
|
static ComponentFunction |
TreeViewFunctions.activateUnverifiedTextNode(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Action to (almost) blindly activate (double-click) a text node.
|
static ComponentFunction |
TreeViewFunctions.activateUnverifiedTextNode(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue,
java.lang.String matchIndex)
Action to (almost) blindly activate (double-click) a text node.
|
static ComponentFunction |
GenericObjectFunctions.altClick(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
A ALT-click on an object.
|
static ComponentFunction |
GenericObjectFunctions.altClick(java.lang.String winname,
java.lang.String compname,
java.lang.String appMapSubkey,
java.lang.String autoScroll)
A ALT-click on an object.
|
static ComponentFunction |
GenericObjectFunctions.altLeftDrag(java.lang.String winname,
java.lang.String compname,
java.lang.String appMapSubkey)
An ALT left mouse drag is performed on the object based on the stored coordinates.
|
static ComponentFunction |
JavaTableFunctions.assignCellContainsTextRow(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Assigns a user-defined variable a row # based on partial matching cell values.
|
static ComponentFunction |
HTMLTableFunctions.assignCellContainsTextRow(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Assigns a user-defined variable a row # based on partial matching cell values.
|
static ComponentFunction |
DotNetTableFunctions.assignCellContainsTextRow(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Assigns a user-defined variable a row # based on partial matching cell values.
|
static ComponentFunction |
JavaTableFunctions.assignCellContainsTextRow(java.lang.String winname,
java.lang.String compname,
java.lang.String var,
java.lang.String col,
java.lang.String colN,
java.lang.String valueN)
Assigns a user-defined variable a row # based on partial matching cell values.
|
static ComponentFunction |
HTMLTableFunctions.assignCellContainsTextRow(java.lang.String winname,
java.lang.String compname,
java.lang.String var,
java.lang.String col,
java.lang.String colN,
java.lang.String valueN)
Assigns a user-defined variable a row # based on partial matching cell values.
|
static ComponentFunction |
DotNetTableFunctions.assignCellContainsTextRow(java.lang.String winname,
java.lang.String compname,
java.lang.String var,
java.lang.String col,
java.lang.String colN,
java.lang.String valueN)
Assigns a user-defined variable a row # based on partial matching cell values.
|
static ComponentFunction |
JavaTableFunctions.assignCellTextRow(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Assigns a user-defined variable a row # based on matching cell values.
|
static ComponentFunction |
HTMLTableFunctions.assignCellTextRow(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Assigns a user-defined variable a row # based on matching cell values.
|
static ComponentFunction |
DotNetTableFunctions.assignCellTextRow(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Assigns a user-defined variable a row # based on matching cell values.
|
static ComponentFunction |
JavaTableFunctions.assignCellTextRow(java.lang.String winname,
java.lang.String compname,
java.lang.String var,
java.lang.String col,
java.lang.String colN,
java.lang.String valueN)
Assigns a user-defined variable a row # based on matching cell values.
|
static ComponentFunction |
HTMLTableFunctions.assignCellTextRow(java.lang.String winname,
java.lang.String compname,
java.lang.String var,
java.lang.String col,
java.lang.String colN,
java.lang.String valueN)
Assigns a user-defined variable a row # based on matching cell values.
|
static ComponentFunction |
DotNetTableFunctions.assignCellTextRow(java.lang.String winname,
java.lang.String compname,
java.lang.String var,
java.lang.String col,
java.lang.String colN,
java.lang.String valueN)
Assigns a user-defined variable a row # based on matching cell values.
|
static ComponentFunction |
ListViewFunctions.assignCellValue(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Assigns the value of a cell in a listview to a variable.
|
static ComponentFunction |
ListViewFunctions.assignCellValue(java.lang.String winname,
java.lang.String compname,
java.lang.String variable,
java.lang.String rowCoord,
java.lang.String colCoord)
Assigns the value of a cell in a listview to a variable.
|
static ComponentFunction |
GenericMasterFunctions.assignPropertyVariable(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Assign the string value of an object property to a specific DDVariable
Assign the string value of an object property to a specific DDVariable.
|
static ComponentFunction |
GenericMasterFunctions.assignPropertyVariable(java.lang.String winname,
java.lang.String compname,
java.lang.String propertyName,
java.lang.String variableName,
java.lang.String suppressValue)
Assign the string value of an object property to a specific DDVariable
Assign the string value of an object property to a specific DDVariable.
|
static ComponentFunction |
JavaTableFunctions.assignVariableCellText(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Attempts to extract a particular cell value and assign
it to the provided variable name.
|
static ComponentFunction |
HTMLTableFunctions.assignVariableCellText(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Attempts to extract a particular cell value and assign
it to the provided variable name.
|
static ComponentFunction |
DotNetTableFunctions.assignVariableCellText(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Attempts to extract a particular cell value and assign
it to the provided variable name.
|
static ComponentFunction |
JavaTableFunctions.assignVariableCellText(java.lang.String winname,
java.lang.String compname,
java.lang.String variableName,
java.lang.String row,
java.lang.String col)
Attempts to extract a particular cell value and assign
it to the provided variable name.
|
static ComponentFunction |
HTMLTableFunctions.assignVariableCellText(java.lang.String winname,
java.lang.String compname,
java.lang.String variableName,
java.lang.String row,
java.lang.String col)
Attempts to extract a particular cell value and assign
it to the provided variable name.
|
static ComponentFunction |
DotNetTableFunctions.assignVariableCellText(java.lang.String winname,
java.lang.String compname,
java.lang.String variableName,
java.lang.String row,
java.lang.String col)
Attempts to extract a particular cell value and assign
it to the provided variable name.
|
static ComponentFunction |
JavaTableFunctions.assignVariableFuzzyCellText(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Attempts to extract a particular cell value and assign
it to the provided variable name.
|
static ComponentFunction |
DotNetTableFunctions.assignVariableFuzzyCellText(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Attempts to extract a particular cell value and assign
it to the provided variable name.
|
static ComponentFunction |
JavaTableFunctions.assignVariableFuzzyCellText(java.lang.String winname,
java.lang.String compname,
java.lang.String variableName,
java.lang.String row,
java.lang.String col)
Attempts to extract a particular cell value and assign
it to the provided variable name.
|
static ComponentFunction |
DotNetTableFunctions.assignVariableFuzzyCellText(java.lang.String winname,
java.lang.String compname,
java.lang.String variableName,
java.lang.String row,
java.lang.String col)
Attempts to extract a particular cell value and assign
it to the provided variable name.
|
static ComponentFunction |
HTMLDocumentFunctions.captureBodySourceToFile(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Captures the HTML source of the BODY tag into a file.
|
static ComponentFunction |
HTMLDocumentFunctions.captureBodySourceToFile(java.lang.String winname,
java.lang.String compname,
java.lang.String filename,
java.lang.String fileEncoding)
Captures the HTML source of the BODY tag into a file.
|
static ComponentFunction |
HTMLDocumentFunctions.captureBodyTextToFile(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Captures the visible document text into a file.
|
static ComponentFunction |
HTMLDocumentFunctions.captureBodyTextToFile(java.lang.String winname,
java.lang.String compname,
java.lang.String filename,
java.lang.String fileEncoding)
Captures the visible document text into a file.
|
static ComponentFunction |
JavaTableFunctions.captureFuzzyRangeToFile(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Saves a range of values to the specified file.
|
static ComponentFunction |
HTMLTableFunctions.captureFuzzyRangeToFile(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Saves a range of values to the specified file.
|
static ComponentFunction |
DotNetTableFunctions.captureFuzzyRangeToFile(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Saves a range of values to the specified file.
|
static ComponentFunction |
JavaTableFunctions.captureFuzzyRangeToFile(java.lang.String winname,
java.lang.String compname,
java.lang.String fileName,
java.lang.String row,
java.lang.String col,
java.lang.String rows,
java.lang.String columns,
java.lang.String fileEncoding,
java.lang.String filterMode,
java.lang.String filterOptions)
Saves a range of values to the specified file.
|
static ComponentFunction |
HTMLTableFunctions.captureFuzzyRangeToFile(java.lang.String winname,
java.lang.String compname,
java.lang.String fileName,
java.lang.String row,
java.lang.String col,
java.lang.String rows,
java.lang.String columns,
java.lang.String fileEncoding,
java.lang.String filterMode,
java.lang.String filterOptions)
Saves a range of values to the specified file.
|
static ComponentFunction |
DotNetTableFunctions.captureFuzzyRangeToFile(java.lang.String winname,
java.lang.String compname,
java.lang.String fileName,
java.lang.String row,
java.lang.String col,
java.lang.String rows,
java.lang.String columns,
java.lang.String fileEncoding,
java.lang.String filterMode,
java.lang.String filterOptions)
Saves a range of values to the specified file.
|
static ComponentFunction |
ListViewFunctions.captureItemsToFile(java.lang.String winname,
java.lang.String compname,
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)
|
static ComponentFunction |
ListBoxFunctions.captureItemsToFile(java.lang.String winname,
java.lang.String compname,
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)
|
static ComponentFunction |
ComboBoxFunctions.captureItemsToFile(java.lang.String winname,
java.lang.String compname,
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)
|
static ComponentFunction |
ListViewFunctions.captureItemsToFile(java.lang.String winname,
java.lang.String compname,
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)
|
static ComponentFunction |
ListBoxFunctions.captureItemsToFile(java.lang.String winname,
java.lang.String compname,
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)
|
static ComponentFunction |
ComboBoxFunctions.captureItemsToFile(java.lang.String winname,
java.lang.String compname,
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)
|
static ComponentFunction |
GenericMasterFunctions.captureObjectDataToFile(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Copy the current contents of an object's data to a file.
|
static ComponentFunction |
GenericMasterFunctions.captureObjectDataToFile(java.lang.String winname,
java.lang.String compname,
java.lang.String file,
java.lang.String fileEncoding,
java.lang.String filterMode,
java.lang.String filterOptions)
Copy the current contents of an object's data to a file.
|
static ComponentFunction |
GenericMasterFunctions.capturePropertiesToFile(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Copy all of the value properties a test object to a file.
|
static ComponentFunction |
GenericMasterFunctions.capturePropertiesToFile(java.lang.String winname,
java.lang.String compname,
java.lang.String file,
java.lang.String fileEncoding)
Copy all of the value properties a test object to a file.
|
static ComponentFunction |
GenericMasterFunctions.capturePropertyToFile(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Copy a propertie's value of a test object to to a file.
|
static ComponentFunction |
GenericMasterFunctions.capturePropertyToFile(java.lang.String winname,
java.lang.String compname,
java.lang.String propertyName,
java.lang.String file,
java.lang.String fileEncoding)
Copy a propertie's value of a test object to to a file.
|
static ComponentFunction |
FPSpreadFunctions.captureRangeToFile(java.lang.String winname,
java.lang.String compname,
java.lang.String capturedFile)
Capture the grid data to the specified file.
|
static ComponentFunction |
JavaTableFunctions.captureRangeToFile(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Saves a range of values to the specified file.
|
static ComponentFunction |
HTMLTableFunctions.captureRangeToFile(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Saves a range of values to the specified file.
|
static ComponentFunction |
DotNetTableFunctions.captureRangeToFile(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Saves a range of values to the specified file.
|
static ComponentFunction |
JavaTableFunctions.captureRangeToFile(java.lang.String winname,
java.lang.String compname,
java.lang.String fileName,
java.lang.String row,
java.lang.String col,
java.lang.String rows,
java.lang.String columns,
java.lang.String fileEncoding,
java.lang.String filterMode,
java.lang.String filterOptions)
Saves a range of values to the specified file.
|
static ComponentFunction |
HTMLTableFunctions.captureRangeToFile(java.lang.String winname,
java.lang.String compname,
java.lang.String fileName,
java.lang.String row,
java.lang.String col,
java.lang.String rows,
java.lang.String columns,
java.lang.String fileEncoding,
java.lang.String filterMode,
java.lang.String filterOptions)
Saves a range of values to the specified file.
|
static ComponentFunction |
DotNetTableFunctions.captureRangeToFile(java.lang.String winname,
java.lang.String compname,
java.lang.String fileName,
java.lang.String row,
java.lang.String col,
java.lang.String rows,
java.lang.String columns,
java.lang.String fileEncoding,
java.lang.String filterMode,
java.lang.String filterOptions)
Saves a range of values to the specified file.
|
static ComponentFunction |
TreeViewFunctions.captureTreeDataToFile(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Copy the current contents of a tree[branch] to a file.
|
static ComponentFunction |
JavaTreeFunctions.captureTreeDataToFile(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Copy the current contents of a tree[branch] to a file.
|
static ComponentFunction |
DotNetTreeFunctions.captureTreeDataToFile(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Copy the current contents of a tree[branch] to a file.
|
static ComponentFunction |
TreeViewFunctions.captureTreeDataToFile(java.lang.String winname,
java.lang.String compname,
java.lang.String file,
java.lang.String branch,
java.lang.String indentMark,
java.lang.String fileEncoding,
java.lang.String filterMode,
java.lang.String filterOptions)
Copy the current contents of a tree[branch] to a file.
|
static ComponentFunction |
JavaTreeFunctions.captureTreeDataToFile(java.lang.String winname,
java.lang.String compname,
java.lang.String file,
java.lang.String branch,
java.lang.String indentMark,
java.lang.String fileEncoding,
java.lang.String filterMode,
java.lang.String filterOptions)
Copy the current contents of a tree[branch] to a file.
|
static ComponentFunction |
DotNetTreeFunctions.captureTreeDataToFile(java.lang.String winname,
java.lang.String compname,
java.lang.String file,
java.lang.String branch,
java.lang.String indentMark,
java.lang.String fileEncoding,
java.lang.String filterMode,
java.lang.String filterOptions)
Copy the current contents of a tree[branch] to a file.
|
static ComponentFunction |
CheckBoxFunctions.check(java.lang.String winname,
java.lang.String compname)
Tries to perform a Check on the Checkbox.
|
static ComponentFunction |
TreeViewFunctions.checkTextNode(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Checks a node's state icon (checkbox) according to its associated text value.
|
static ComponentFunction |
TreeViewFunctions.checkTextNode(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue,
java.lang.String matchIndex)
Checks a node's state icon (checkbox) according to its associated text value.
|
static ComponentFunction |
GenericMasterFunctions.clearAppMapCache(java.lang.String winname,
java.lang.String compname)
Clear the internal application map cache.
|
static ComponentFunction |
GenericMasterFunctions.clearCache(java.lang.String winname,
java.lang.String compname)
Clear the cache of a component.
|
static ComponentFunction |
RadioButtonFunctions.click(java.lang.String winname,
java.lang.String compname)
Attempts to perform a standard Click on the RadioButton
|
static ComponentFunction |
PushButtonFunctions.click(java.lang.String winname,
java.lang.String compname)
Attempts to perform a standard Click on the PushButton
|
static ComponentFunction |
LabelFunctions.click(java.lang.String winname,
java.lang.String compname)
Attempts to perform a standard Click on the Label
Attempts to perform a standard Click on the Object.
|
static ComponentFunction |
HTMLLinkFunctions.click(java.lang.String winname,
java.lang.String compname)
Use Generic CLICK where possible.
|
static ComponentFunction |
GraphicControlFunctions.click(java.lang.String winname,
java.lang.String compname)
Attempts to perform a standard Click on the GraphicControl object
|
static ComponentFunction |
ComboEditBoxFunctions.click(java.lang.String winname,
java.lang.String compname)
Defaults to Generic CLICK where applicable.
|
static ComponentFunction |
ComboBoxFunctions.click(java.lang.String winname,
java.lang.String compname)
Attempts to perform a standard Click on the ComboBox
Attempts to perform a standard Click on the ComboBox.
|
static ComponentFunction |
CheckBoxFunctions.click(java.lang.String winname,
java.lang.String compname)
Use Generic Object Click
Tries to perform a standard Click on the Checkbox which generally
toggles the current selection status.
|
static ComponentFunction |
WindowFunctions.click(java.lang.String winname,
java.lang.String compname,
java.lang.String appMapSubkey)
Performs a click on any part of a Window based on a stored x,y coordinate.
|
static ComponentFunction |
HTMLTableFunctions.click(java.lang.String winname,
java.lang.String compname,
java.lang.String appMapSubkey)
Attempts to perform a standard Click on an HTMLTable on a webpage.
|
static ComponentFunction |
HTMLImageFunctions.click(java.lang.String winname,
java.lang.String compname,
java.lang.String appMapSubkey)
Command deprecated in favor of ClickArea.
|
static ComponentFunction |
TabControlFunctions.click(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Use ClickTab instead (where available).
|
static ComponentFunction |
GenericObjectFunctions.click(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
A single click on an object.
|
static ComponentFunction |
TabControlFunctions.click(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue,
java.lang.String process)
Use ClickTab instead (where available).
|
static ComponentFunction |
GenericObjectFunctions.click(java.lang.String winname,
java.lang.String compname,
java.lang.String appMapSubkey,
java.lang.String autoScroll)
A single click on an object.
|
static ComponentFunction |
HTMLImageFunctions.clickArea(java.lang.String winname,
java.lang.String compname,
java.lang.String appMapSubkey)
Attempts to perform a Click on a mapped region of an Image (on a webpage).
|
static ComponentFunction |
PushButtonFunctions.clickButton(java.lang.String winname,
java.lang.String compname)
Attempts to perform a standard Click on the PushButton
|
static ComponentFunction |
GraphicControlFunctions.clickButton(java.lang.String winname,
java.lang.String compname)
Attempts to perform a standard Click on the GraphicControl object
|
static ComponentFunction |
ToolBarFunctions.clickButton(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Deprecated.
|
static ComponentFunction |
ToolBarFunctions.clickButton(java.lang.String winname,
java.lang.String compname,
java.lang.String buttonTextValue,
java.lang.String caseInsensitive)
Deprecated.
|
static ComponentFunction |
ToolBarFunctions.clickButtonIndex(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Click on the icon at a certain position on the ToolBar object, it is 1-based.
|
static ComponentFunction |
ToolBarFunctions.clickButtonIndex(java.lang.String winname,
java.lang.String compname,
java.lang.String index,
java.lang.String coordination)
Click on the icon at a certain position on the ToolBar object, it is 1-based.
|
static ComponentFunction |
ToolBarFunctions.clickButtonText(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Routine to Click on the specified Button.Key (Text) value.
|
static ComponentFunction |
ToolBarFunctions.clickButtonText(java.lang.String winname,
java.lang.String compname,
java.lang.String buttonTextValue,
java.lang.String caseInsensitive,
java.lang.String coordination)
Routine to Click on the specified Button.Key (Text) value.
|
static ComponentFunction |
ToolBarFunctions.clickButtonTooltip(java.lang.String winname,
java.lang.String compname,
java.lang.String tooltip)
Click on the icon whose tooltip equals to the provided parameter
Click on the icon whose tooltip equals to the provided parameter
|
static ComponentFunction |
VSFlexGridFunctions.clickCell(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Attempts to perform a single Click on a table cell.
|
static ComponentFunction |
JavaTableFunctions.clickCell(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Attempts to perform a Click on a cell in a JavaTable.
|
static ComponentFunction |
HTMLTableFunctions.clickCell(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Click on a cell specified by row and column.
|
static ComponentFunction |
FPSpreadFunctions.clickCell(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Attempts to perform a single click on a table cell.
|
static ComponentFunction |
DotNetTableFunctions.clickCell(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Attempts to perform a Click on a cell in a DotNetTable.
|
static ComponentFunction |
VSFlexGridFunctions.clickCell(java.lang.String winname,
java.lang.String compname,
java.lang.String row,
java.lang.String col)
Attempts to perform a single Click on a table cell.
|
static ComponentFunction |
JavaTableFunctions.clickCell(java.lang.String winname,
java.lang.String compname,
java.lang.String row,
java.lang.String col)
Attempts to perform a Click on a cell in a JavaTable.
|
static ComponentFunction |
HTMLTableFunctions.clickCell(java.lang.String winname,
java.lang.String compname,
java.lang.String row,
java.lang.String col)
Click on a cell specified by row and column.
|
static ComponentFunction |
FPSpreadFunctions.clickCell(java.lang.String winname,
java.lang.String compname,
java.lang.String row,
java.lang.String col)
Attempts to perform a single click on a table cell.
|
static ComponentFunction |
DotNetTableFunctions.clickCell(java.lang.String winname,
java.lang.String compname,
java.lang.String row,
java.lang.String col)
Attempts to perform a Click on a cell in a DotNetTable.
|
static ComponentFunction |
ListBoxFunctions.clickColumnIndex(java.lang.String winname,
java.lang.String compname,
java.lang.String index)
Click a column header based on it's index of list, starting from 1
Click a column header based on it's index of list, starting from 1
|
static ComponentFunction |
ListBoxFunctions.clickColumnLabel(java.lang.String winname,
java.lang.String compname,
java.lang.String label)
Click a column header based on it's label
Click a column header based on it's label
|
static ComponentFunction |
JavaTableFunctions.clickColumnLabel(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Clicks on the label of the specified column.
|
static ComponentFunction |
DotNetTableFunctions.clickColumnLabel(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Clicks on the label of the specified column.
|
static ComponentFunction |
JavaTableFunctions.clickColumnLabel(java.lang.String winname,
java.lang.String compname,
java.lang.String colNumber,
java.lang.String yOffset)
Clicks on the label of the specified column.
|
static ComponentFunction |
DotNetTableFunctions.clickColumnLabel(java.lang.String winname,
java.lang.String compname,
java.lang.String colNumber,
java.lang.String yOffset)
Clicks on the label of the specified column.
|
static ComponentFunction |
ListViewFunctions.clickIndex(java.lang.String winname,
java.lang.String compname,
java.lang.String index)
Same as (Alias for) ListView ActivateIndexItem
|
static ComponentFunction |
ListViewFunctions.clickIndexItem(java.lang.String winname,
java.lang.String compname,
java.lang.String index)
Same as (Alias for) ListView ActivateIndexItem
|
static ComponentFunction |
HTMLDocumentFunctions.clickLink(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Performs an HTMLLink Click based on a complete match of text found on
Links within this HTMLDOCUMENT object.
|
static ComponentFunction |
HTMLDocumentFunctions.clickLink(java.lang.String winname,
java.lang.String compname,
java.lang.String compareTextValue,
java.lang.String matchIndex,
java.lang.String caseSensitive)
Performs an HTMLLink Click based on a complete match of text found on
Links within this HTMLDOCUMENT object.
|
static ComponentFunction |
HTMLDocumentFunctions.clickLinkBeginning(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Performs an HTMLLink Click based on a partial match of text found on
Links within this HTMLDOCUMENT object.
|
static ComponentFunction |
HTMLDocumentFunctions.clickLinkBeginning(java.lang.String winname,
java.lang.String compname,
java.lang.String beginningTextValue,
java.lang.String matchIndex,
java.lang.String caseSensitive)
Performs an HTMLLink Click based on a partial match of text found on
Links within this HTMLDOCUMENT object.
|
static ComponentFunction |
HTMLDocumentFunctions.clickLinkContaining(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Performs an HTMLLink Click based on a partial match of text found on
Links within this HTMLDOCUMENT object.
|
static ComponentFunction |
HTMLDocumentFunctions.clickLinkContaining(java.lang.String winname,
java.lang.String compname,
java.lang.String compareTextValue,
java.lang.String matchIndex,
java.lang.String caseSensitive)
Performs an HTMLLink Click based on a partial match of text found on
Links within this HTMLDOCUMENT object.
|
static ComponentFunction |
HTMLDocumentFunctions.clickLinkMatching(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
DEPARECATED.
|
static ComponentFunction |
HTMLDocumentFunctions.clickLinkMatching(java.lang.String winname,
java.lang.String compname,
java.lang.String compareTextValue,
java.lang.String matchIndex,
java.lang.String caseSensitive)
DEPARECATED.
|
static ComponentFunction |
TreeViewFunctions.clickPartial(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Action to click a node according to a partial match of its text value.
|
static ComponentFunction |
TreeViewFunctions.clickPartial(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue,
java.lang.String matchIndex)
Action to click a node according to a partial match of its text value.
|
static ComponentFunction |
GenericObjectFunctions.clickScreenImage(java.lang.String winname,
java.lang.String compname,
java.lang.String appMapSubKey)
Same as Click.
|
static ComponentFunction |
GenericObjectFunctions.clickScreenLocation(java.lang.String winname,
java.lang.String compname,
java.lang.String appMapSubkey)
Click a specified screen location.
|
static ComponentFunction |
GenericObjectFunctions.clickScreenPoint(java.lang.String winname,
java.lang.String compname,
java.lang.String coords)
(Deprecated) Click a specified screen location.
|
static ComponentFunction |
TabControlFunctions.clickTab(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Attempts to perform a standard Click on a particular Tab on the TabControl
Attempts to perform a standard Click on a particular Tab on the TabControl.
|
static ComponentFunction |
TabControlFunctions.clickTabContains(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Attempts to perform a Click on a Tab according to a partial match of its text value.
|
static ComponentFunction |
ListBoxFunctions.clickTextItem(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Routine to Click a selection according to its text value.
|
static ComponentFunction |
JavaTreeFunctions.clickTextNode(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Action to click a node according to its text value.
|
static ComponentFunction |
DotNetTreeFunctions.clickTextNode(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Action to click a node according to its text value.
|
static ComponentFunction |
TreeViewFunctions.clickTextNode(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Action to click a node according to its text value.
|
static ComponentFunction |
TreeViewFunctions.clickTextNode(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue,
java.lang.String matchIndex)
Action to click a node according to its text value.
|
static ComponentFunction |
ToolBarFunctions.clickUnverifiedButtonID(java.lang.String winname,
java.lang.String compname,
java.lang.String buttonID)
Routine to select a toolbar button using it's ID.
|
static ComponentFunction |
ToolBarFunctions.clickUnverifiedButtonText(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Routine to Click on the specified Button.Key (Text) value.
|
static ComponentFunction |
ToolBarFunctions.clickUnverifiedButtonText(java.lang.String winname,
java.lang.String compname,
java.lang.String buttonTextValue,
java.lang.String caseInsensitive,
java.lang.String coordination)
Routine to Click on the specified Button.Key (Text) value.
|
static ComponentFunction |
JavaTreeFunctions.clickUnverifiedTextNode(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Action to blindly click a node according to its text value.
|
static ComponentFunction |
DotNetTreeFunctions.clickUnverifiedTextNode(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Action to blindly click a node according to its text value.
|
static ComponentFunction |
TreeViewFunctions.clickUnverifiedTextNode(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Action to (almost) blindly click a text node.
|
static ComponentFunction |
TreeViewFunctions.clickUnverifiedTextNode(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue,
java.lang.String matchIndex)
Action to (almost) blindly click a text node.
|
static ComponentFunction |
WindowFunctions.closeWindow(java.lang.String winname,
java.lang.String compname)
Sends a Close command to the active window.
|
static ComponentFunction |
JavaTreeFunctions.collapse(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Use CollapseTextNode instead.
|
static ComponentFunction |
DotNetTreeFunctions.collapse(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Use CollapseTextNode instead.
|
static ComponentFunction |
TreeViewFunctions.collapse(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Action to collapse a node according to its text value.
|
static ComponentFunction |
TreeViewFunctions.collapse(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue,
java.lang.String matchIndex)
Action to collapse a node according to its text value.
|
static ComponentFunction |
SSTreeFunctions.collapseNode(java.lang.String winname,
java.lang.String compname,
java.lang.String appMapSubkey)
Routine to DblClick a node according to its AppMap reference.
|
static ComponentFunction |
TreeViewFunctions.collapsePartial(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Action to collapse a node according to a partial match of its text value.
|
static ComponentFunction |
TreeViewFunctions.collapsePartial(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue,
java.lang.String matchIndex)
Action to collapse a node according to a partial match of its text value.
|
static ComponentFunction |
TreeViewFunctions.collapsePartialTextNode(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Action to collapse a node according to a partial match of its text value.
|
static ComponentFunction |
JavaTreeFunctions.collapsePartialTextNode(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Action to collapse a node according to a partial match of its text value.
|
static ComponentFunction |
DotNetTreeFunctions.collapsePartialTextNode(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Action to collapse a node according to a partial match of its text value.
|
static ComponentFunction |
JavaTreeFunctions.collapseTextNode(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Action to collapse a node according to its text value.
|
static ComponentFunction |
DotNetTreeFunctions.collapseTextNode(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Action to collapse a node according to its text value.
|
static ComponentFunction |
TreeViewFunctions.collapseTextNode(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Action to collapse a node according to its text value.
|
static ComponentFunction |
TreeViewFunctions.collapseTextNode(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue,
java.lang.String matchIndex)
Action to collapse a node according to its text value.
|
static ComponentFunction |
TreeViewFunctions.collapseUnverifiedTextNode(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Action to blindly collapse a node according to its text value.
|
static ComponentFunction |
JavaTreeFunctions.collapseUnverifiedTextNode(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Action to blindly collapse a node according to its text value.
|
static ComponentFunction |
DotNetTreeFunctions.collapseUnverifiedTextNode(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Action to blindly collapse a node according to its text value.
|
static ComponentFunction |
HTMLTableFunctions.compareStoredData(java.lang.String winname,
java.lang.String compname,
java.lang.String vPAsset)
Performs a HTMLTableVP CompareData on an HTMLTable object.
|
static ComponentFunction |
HTMLLinkFunctions.compareStoredData(java.lang.String winname,
java.lang.String compname,
java.lang.String vPAsset)
Performs a HTMLLinkVP CompareData on an HTMLLink object.
|
static ComponentFunction |
HTMLImageFunctions.compareStoredData(java.lang.String winname,
java.lang.String compname,
java.lang.String vPAsset)
Performs a HTMLImageVP CompareData on an HTMLImage object.
|
static ComponentFunction |
GenericObjectFunctions.compareStoredData(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Performs a GenericObjectVP CompareData on an object.
|
static ComponentFunction |
GenericObjectFunctions.compareStoredData(java.lang.String winname,
java.lang.String compname,
java.lang.String vPAsset,
java.lang.String addParams)
Performs a GenericObjectVP CompareData on an object.
|
static ComponentFunction |
WindowFunctions.compareStoredProperties(java.lang.String winname,
java.lang.String compname,
java.lang.String vPAsset)
Performs a WindowVP CompareProperties on an object.
|
static ComponentFunction |
HTMLTableFunctions.compareStoredProperties(java.lang.String winname,
java.lang.String compname,
java.lang.String vPAsset)
Performs a HTMLTableVP CompareProperties on an HTMLTable object.
|
static ComponentFunction |
HTMLLinkFunctions.compareStoredProperties(java.lang.String winname,
java.lang.String compname,
java.lang.String vPAsset)
Performs a HTMLLinkVP CompareProperties on an HTMLLink object.
|
static ComponentFunction |
HTMLImageFunctions.compareStoredProperties(java.lang.String winname,
java.lang.String compname,
java.lang.String vPAsset)
Performs a HTMLImageVP CompareProperties on an HTMLImage object.
|
static ComponentFunction |
GenericObjectFunctions.compareStoredProperties(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Performs a GenericObjectVP CompareProperties on an object.
|
static ComponentFunction |
GenericObjectFunctions.compareStoredProperties(java.lang.String winname,
java.lang.String compname,
java.lang.String vPAsset,
java.lang.String addParams)
Performs a GenericObjectVP CompareProperties on an object.
|
static ComponentFunction |
DatabaseFunctions.copyDBTableColumnToFile(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
This routine will copy the contents of one or more DBTable column(s) to a file.
|
static ComponentFunction |
DatabaseFunctions.copyDBTableColumnToFile(java.lang.String winname,
java.lang.String compname,
java.lang.String dBSourceName,
java.lang.String fileOut,
java.lang.String sQLQuery,
java.lang.String directoryOut,
java.lang.String sQLStatus,
java.lang.String delimiter,
java.lang.String userID,
java.lang.String password,
java.lang.String prompt)
This routine will copy the contents of one or more DBTable column(s) to a file.
|
static ComponentFunction |
DatabaseFunctions.copyDBTableToFile(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
This routine will copy the contents of a DBTable to a file.
|
static ComponentFunction |
DatabaseFunctions.copyDBTableToFile(java.lang.String winname,
java.lang.String compname,
java.lang.String dBSourceName,
java.lang.String fileOut,
java.lang.String dBTableName,
java.lang.String columnCount,
java.lang.String rowCount,
java.lang.String sQLQuery,
java.lang.String delimiter,
java.lang.String directoryOut,
java.lang.String sQLStatus,
java.lang.String userID,
java.lang.String password,
java.lang.String prompt)
This routine will copy the contents of a DBTable to a file.
|
static ComponentFunction |
GenericObjectFunctions.ctrlAltLeftDrag(java.lang.String winname,
java.lang.String compname,
java.lang.String appMapSubkey)
CTRL ALT left mouse drag is performed on the object based on the stored coordinates.
|
static ComponentFunction |
GenericObjectFunctions.ctrlClick(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
A CTRL-click on an object.
|
static ComponentFunction |
GenericObjectFunctions.ctrlClick(java.lang.String winname,
java.lang.String compname,
java.lang.String appMapSubkey,
java.lang.String autoScroll)
A CTRL-click on an object.
|
static ComponentFunction |
FPSpreadFunctions.ctrlClickCell(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Attempts to perform a single Ctrl+Click on a table cell.
|
static ComponentFunction |
FPSpreadFunctions.ctrlClickCell(java.lang.String winname,
java.lang.String compname,
java.lang.String row,
java.lang.String col)
Attempts to perform a single Ctrl+Click on a table cell.
|
static ComponentFunction |
GenericObjectFunctions.ctrlClickScreenImage(java.lang.String winname,
java.lang.String compname,
java.lang.String appMapSubKey)
Same as CtrlClick.
|
static ComponentFunction |
TreeViewFunctions.ctrlClickUnverifiedTextNode(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Action to blindly CTRL-click a node according to its text value.
|
static ComponentFunction |
JavaTreeFunctions.ctrlClickUnverifiedTextNode(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Action to blindly CTRL-click a node according to its text value.
|
static ComponentFunction |
DotNetTreeFunctions.ctrlClickUnverifiedTextNode(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Action to blindly CTRL-click a node according to its text value.
|
static ComponentFunction |
GenericObjectFunctions.ctrlLeftDrag(java.lang.String winname,
java.lang.String compname,
java.lang.String appMapSubkey)
A CTRL left mouse drag is performed on the object based on the stored coordinates.
|
static ComponentFunction |
GenericObjectFunctions.ctrlRightClick(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
A CTRL-Right click on an object.
|
static ComponentFunction |
GenericObjectFunctions.ctrlRightClick(java.lang.String winname,
java.lang.String compname,
java.lang.String appMapSubkey,
java.lang.String autoScroll)
A CTRL-Right click on an object.
|
static ComponentFunction |
GenericObjectFunctions.ctrlRightClickScreenImage(java.lang.String winname,
java.lang.String compname,
java.lang.String appMapSubKey)
Same as CtrlRightClick.
|
static ComponentFunction |
GenericObjectFunctions.ctrlShiftLeftDrag(java.lang.String winname,
java.lang.String compname,
java.lang.String appMapSubkey)
A CTRL SHIFT left mouse drag is performed on the object based on the stored coordinates.
|
static ComponentFunction |
DatabaseFunctions.deleteDBTableRecords(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Deletes records in a database table
Deletes records in a database table.
|
static ComponentFunction |
DatabaseFunctions.deleteDBTableRecords(java.lang.String winname,
java.lang.String compname,
java.lang.String dBTableName,
java.lang.String dBQueryCond,
java.lang.String dBSourceName,
java.lang.String userID,
java.lang.String password,
java.lang.String prompt)
Deletes records in a database table
Deletes records in a database table.
|
static ComponentFunction |
WindowFunctions.doubleClick(java.lang.String winname,
java.lang.String compname,
java.lang.String appMapSubkey)
Performs a double-click on any part of a Window based on a stored x,y coordinate.
|
static ComponentFunction |
GenericObjectFunctions.doubleClick(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
A double click on an object.
|
static ComponentFunction |
GenericObjectFunctions.doubleClick(java.lang.String winname,
java.lang.String compname,
java.lang.String appMapSubkey,
java.lang.String autoScroll)
A double click on an object.
|
static ComponentFunction |
JavaTableFunctions.doubleClickCell(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Attempts to perform a double click on a cell in a JavaTable.
|
static ComponentFunction |
HTMLTableFunctions.doubleClickCell(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Attempts to perform a double click on a cell in a Table.
|
static ComponentFunction |
FPSpreadFunctions.doubleClickCell(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Attempts to perform a double click on a table cell.
|
static ComponentFunction |
DotNetTableFunctions.doubleClickCell(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Attempts to perform a double click on a cell in a DotNetTable.
|
static ComponentFunction |
JavaTableFunctions.doubleClickCell(java.lang.String winname,
java.lang.String compname,
java.lang.String row,
java.lang.String col)
Attempts to perform a double click on a cell in a JavaTable.
|
static ComponentFunction |
HTMLTableFunctions.doubleClickCell(java.lang.String winname,
java.lang.String compname,
java.lang.String row,
java.lang.String col)
Attempts to perform a double click on a cell in a Table.
|
static ComponentFunction |
FPSpreadFunctions.doubleClickCell(java.lang.String winname,
java.lang.String compname,
java.lang.String row,
java.lang.String col)
Attempts to perform a double click on a table cell.
|
static ComponentFunction |
DotNetTableFunctions.doubleClickCell(java.lang.String winname,
java.lang.String compname,
java.lang.String row,
java.lang.String col)
Attempts to perform a double click on a cell in a DotNetTable.
|
static ComponentFunction |
JavaTableFunctions.doubleClickColumnLabel(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Double clicks on the label of the specified column.
|
static ComponentFunction |
DotNetTableFunctions.doubleClickColumnLabel(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Double clicks on the label of the specified column.
|
static ComponentFunction |
JavaTableFunctions.doubleClickColumnLabel(java.lang.String winname,
java.lang.String compname,
java.lang.String colNumber,
java.lang.String yOffset)
Double clicks on the label of the specified column.
|
static ComponentFunction |
DotNetTableFunctions.doubleClickColumnLabel(java.lang.String winname,
java.lang.String compname,
java.lang.String colNumber,
java.lang.String yOffset)
Double clicks on the label of the specified column.
|
static ComponentFunction |
TreeViewFunctions.doubleClickPartial(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Action to double click a node according to a partial match of its text value.
|
static ComponentFunction |
TreeViewFunctions.doubleClickPartial(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue,
java.lang.String matchIndex)
Action to double click a node according to a partial match of its text value.
|
static ComponentFunction |
GenericObjectFunctions.doubleClickScreenImage(java.lang.String winname,
java.lang.String compname,
java.lang.String appMapSubKey)
Same as DoubleClick.
|
static ComponentFunction |
GenericObjectFunctions.doubleClickScreenLocation(java.lang.String winname,
java.lang.String compname,
java.lang.String appMapSubkey)
DoubleClick a specified screen location.
|
static ComponentFunction |
GenericObjectFunctions.doubleClickScreenPoint(java.lang.String winname,
java.lang.String compname,
java.lang.String coords)
(Deprecated) DoubleClick a specified screen location.
|
static ComponentFunction |
JavaTreeFunctions.doubleClickTextNode(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Action to double-click a node according to its text value.
|
static ComponentFunction |
DotNetTreeFunctions.doubleClickTextNode(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Action to double-click a node according to its text value.
|
static ComponentFunction |
TreeViewFunctions.doubleClickTextNode(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Action to double click a node according to its text value.
|
static ComponentFunction |
TreeViewFunctions.doubleClickTextNode(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue,
java.lang.String matchIndex)
Action to double click a node according to its text value.
|
static ComponentFunction |
JavaTreeFunctions.doubleClickUnverifiedTextNode(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Action to blindly double-click a node according to its text value.
|
static ComponentFunction |
DotNetTreeFunctions.doubleClickUnverifiedTextNode(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Action to blindly double-click a node according to its text value.
|
static ComponentFunction |
TreeViewFunctions.doubleClickUnverifiedTextNode(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Action to (almost) blindly activate (double-click) a text node.
|
static ComponentFunction |
TreeViewFunctions.doubleClickUnverifiedTextNode(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue,
java.lang.String matchIndex)
Action to (almost) blindly activate (double-click) a text node.
|
static ComponentFunction |
GenericObjectFunctions.doubleTap(java.lang.String winname,
java.lang.String compname)
A double-tap on a touchscreen object.
|
static ComponentFunction |
GenericObjectFunctions.dragTo(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
A left mouse drag is performed from one object to another object based
on the offsets values.
|
static ComponentFunction |
GenericObjectFunctions.dragTo(java.lang.String winname,
java.lang.String compname,
java.lang.String toWindow,
java.lang.String toComponent,
java.lang.String offsets,
java.lang.String fromSubItem,
java.lang.String toSubItem,
java.lang.String pause)
A left mouse drag is performed from one object to another object based
on the offsets values.
|
static ComponentFunction |
DatabaseFunctions.execSQLCommit(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
This routine will commit the pending queries on the database.
|
static ComponentFunction |
DatabaseFunctions.execSQLCommit(java.lang.String winname,
java.lang.String compname,
java.lang.String dBSourceName,
java.lang.String sQLStatus,
java.lang.String userID,
java.lang.String password)
This routine will commit the pending queries on the database.
|
static ComponentFunction |
DatabaseFunctions.execSQLQuery(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Executes the query provided in a ^queryStr on the database table.
|
static ComponentFunction |
DatabaseFunctions.execSQLQuery(java.lang.String winname,
java.lang.String compname,
java.lang.String dBSourceName,
java.lang.String queryStr,
java.lang.String sQLStatusCode,
java.lang.String userID,
java.lang.String password,
java.lang.String prompt)
Executes the query provided in a ^queryStr on the database table.
|
static ComponentFunction |
GenericMasterFunctions.executeScript(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Execute a piece of script on the specified component synchronously.
|
static ComponentFunction |
GenericMasterFunctions.executeScript(java.lang.String winname,
java.lang.String compname,
java.lang.String script,
java.lang.String paramN)
Execute a piece of script on the specified component synchronously.
|
static ComponentFunction |
JavaTreeFunctions.expand(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Use ExpandTextNode instead.
|
static ComponentFunction |
DotNetTreeFunctions.expand(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Use ExpandTextNode instead.
|
static ComponentFunction |
TreeViewFunctions.expand(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Action to expand a node according to its text value.
|
static ComponentFunction |
TreeViewFunctions.expand(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue,
java.lang.String matchIndex)
Action to expand a node according to its text value.
|
static ComponentFunction |
SSTreeFunctions.expandNode(java.lang.String winname,
java.lang.String compname,
java.lang.String appMapSubkey)
Routine to DblClick a node according to its AppMap reference.
|
static ComponentFunction |
TreeViewFunctions.expandPartial(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Action to expand a node according to a partial match of text value.
|
static ComponentFunction |
TreeViewFunctions.expandPartial(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue,
java.lang.String matchIndex)
Action to expand a node according to a partial match of text value.
|
static ComponentFunction |
TreeViewFunctions.expandPartialTextNode(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Action to expand a node according to a partial match of text value.
|
static ComponentFunction |
JavaTreeFunctions.expandPartialTextNode(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Action to expand a node according to a partial match of text value.
|
static ComponentFunction |
DotNetTreeFunctions.expandPartialTextNode(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Action to expand a node according to a partial match of text value.
|
static ComponentFunction |
JavaTreeFunctions.expandTextNode(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Action to expand a node according to its text value.
|
static ComponentFunction |
DotNetTreeFunctions.expandTextNode(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Action to expand a node according to its text value.
|
static ComponentFunction |
TreeViewFunctions.expandTextNode(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Action to expand a node according to its text value.
|
static ComponentFunction |
TreeViewFunctions.expandTextNode(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue,
java.lang.String matchIndex)
Action to expand a node according to its text value.
|
static ComponentFunction |
TreeViewFunctions.expandUnverifiedTextNode(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Action to blindly expand a node according to its text value.
|
static ComponentFunction |
JavaTreeFunctions.expandUnverifiedTextNode(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Action to blindly expand a node according to its text value.
|
static ComponentFunction |
DotNetTreeFunctions.expandUnverifiedTextNode(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Action to blindly expand a node according to its text value.
|
static ComponentFunction |
ListViewFunctions.extendSelectionToTextItem(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Routine to Shift+Click and Verify a selection according to its text value.
|
static ComponentFunction |
ListBoxFunctions.extendSelectionToTextItem(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Routine to Shift+Click and Verify a selection according to its text value.
|
static ComponentFunction |
FPSpreadFunctions.findRowNumber(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Search specified columns for the specified text.
|
static ComponentFunction |
FPSpreadFunctions.findRowNumber(java.lang.String winname,
java.lang.String compname,
java.lang.String rowVarName,
java.lang.String startingRow,
java.lang.String searchColumns,
java.lang.String searchText,
java.lang.String dELIMITER)
Search specified columns for the specified text.
|
static ComponentFunction |
GenericObjectFunctions.flick(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
A user-defined flick or swipe on a touchscreen object.
|
static ComponentFunction |
GenericObjectFunctions.flick(java.lang.String winname,
java.lang.String compname,
java.lang.String appMapSubKey,
java.lang.String duration,
java.lang.String touches,
java.lang.String repeat)
A user-defined flick or swipe on a touchscreen object.
|
static ComponentFunction |
GenericObjectFunctions.flickDown(java.lang.String winname,
java.lang.String compname,
java.lang.String repeat)
A flick or swipe on a touchscreen object from top-to-bottom.
|
static ComponentFunction |
GenericObjectFunctions.flickLeft(java.lang.String winname,
java.lang.String compname,
java.lang.String repeat)
A flick or swipe on a touchscreen object from right-to-left.
|
static ComponentFunction |
GenericObjectFunctions.flickRight(java.lang.String winname,
java.lang.String compname,
java.lang.String repeat)
A flick or swipe on a touchscreen object from left-to-right.
|
static ComponentFunction |
GenericObjectFunctions.flickUp(java.lang.String winname,
java.lang.String compname,
java.lang.String repeat)
A flick or swipe on a touchscreen object from bottom-to-top.
|
static ComponentFunction |
TableViewFunctions.getCellValue(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Get the value of a cell at a certain row and column
The variable in the parameter will be set to the value of the specified
row and column.
|
static ComponentFunction |
TableViewFunctions.getCellValue(java.lang.String winname,
java.lang.String compname,
java.lang.String variableName,
java.lang.String row,
java.lang.String column)
Get the value of a cell at a certain row and column
The variable in the parameter will be set to the value of the specified
row and column.
|
static ComponentFunction |
GenericMasterFunctions.getComputedStyle(java.lang.String winname,
java.lang.String compname,
java.lang.String testFile)
Get a component's 'computed style', and save them to a file.
|
static ComponentFunction |
DatePickerFunctions.getDate(java.lang.String winname,
java.lang.String compname,
java.lang.String variableName)
Action to get date from a date picker component and assign it to a variable.
|
static ComponentFunction |
DatabaseFunctions.getDBTableColumnCount(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Executes the query in a specified database table and returns the total column count.
|
static ComponentFunction |
DatabaseFunctions.getDBTableColumnCount(java.lang.String winname,
java.lang.String compname,
java.lang.String dBSourceName,
java.lang.String dBTableName,
java.lang.String columnCount,
java.lang.String sQLStatusCode,
java.lang.String userID,
java.lang.String password,
java.lang.String prompt)
Executes the query in a specified database table and returns the total column count.
|
static ComponentFunction |
DatabaseFunctions.getDBTableRowCount(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Executes the query in a database table.
|
static ComponentFunction |
DatabaseFunctions.getDBTableRowCount(java.lang.String winname,
java.lang.String compname,
java.lang.String dBSourceName,
java.lang.String dBTableName,
java.lang.String rowCount,
java.lang.String sQLStatusCode,
java.lang.String userID,
java.lang.String password,
java.lang.String prompt)
Executes the query in a database table.
|
static ComponentFunction |
DatabaseFunctions.getDBValue(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Executes the query and returns the case-sensitive value as result of the execution.
|
static ComponentFunction |
DatabaseFunctions.getDBValue(java.lang.String winname,
java.lang.String compname,
java.lang.String dBSourceName,
java.lang.String queryStr,
java.lang.String queryResult,
java.lang.String sQLStatusCode,
java.lang.String userID,
java.lang.String password,
java.lang.String prompt)
Executes the query and returns the case-sensitive value as result of the execution.
|
static ComponentFunction |
GenericMasterFunctions.getGUIImage(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Capture the screen shot of a GUI component and save it to a file
Capture the screen shot of a GUI component and save it to a file.
|
static ComponentFunction |
GenericMasterFunctions.getGUIImage(java.lang.String winname,
java.lang.String compname,
java.lang.String outputFile,
java.lang.String subArea,
java.lang.String filteredAreas)
Capture the screen shot of a GUI component and save it to a file
Capture the screen shot of a GUI component and save it to a file.
|
static ComponentFunction |
ProgressBarFunctions.getProgress(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Action to get progress of a progress bar component.
|
static ComponentFunction |
ProgressBarFunctions.getProgress(java.lang.String winname,
java.lang.String compname,
java.lang.String variableName,
java.lang.String isPrimary)
Action to get progress of a progress bar component.
|
static ComponentFunction |
ProgressBarFunctions.getRating(java.lang.String winname,
java.lang.String compname,
java.lang.String variableName)
Action to get rating of a rating bar component.
|
static ComponentFunction |
TableViewFunctions.getRowCount(java.lang.String winname,
java.lang.String compname,
java.lang.String rowCount)
Get a count of how many rows are in the table
The variable in the parameter will be set to the number of rows
in the table.
|
static ComponentFunction |
GenericMasterFunctions.getTextFromGUI(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Incorporate OCR technology to detect the text on a GUI component and save the text to a variable.
|
static ComponentFunction |
GenericMasterFunctions.getTextFromGUI(java.lang.String winname,
java.lang.String compname,
java.lang.String variableName,
java.lang.String subArea,
java.lang.String oCRId,
java.lang.String langId,
java.lang.String scaleRatio)
Incorporate OCR technology to detect the text on a GUI component and save the text to a variable.
|
static ComponentFunction |
TimePickerFunctions.getTime(java.lang.String winname,
java.lang.String compname,
java.lang.String variableName)
Action to get time from a time picker component and assign it to a variable.
|
static ComponentFunction |
WindowFunctions.getWinInfo(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Gets the value of any property in a window.
|
static ComponentFunction |
WindowFunctions.getWinInfo(java.lang.String winname,
java.lang.String compname,
java.lang.String propertyName,
java.lang.String variableName)
Gets the value of any property in a window.
|
static ComponentFunction |
WindowFunctions.goBack(java.lang.String winname,
java.lang.String compname)
Make the application\device "go back" to the previous state or window.
|
static ComponentFunction |
GenericMasterFunctions.gUIDoesExist(java.lang.String winname,
java.lang.String compname)
Routine to verify the visual existence of a particular window and/or component.
|
static ComponentFunction |
GenericMasterFunctions.gUIDoesNotExist(java.lang.String winname,
java.lang.String compname)
Routine to verify the visual non-existence of a particular window and/or component.
|
static ComponentFunction |
ComboBoxFunctions.hideList(java.lang.String winname,
java.lang.String compname)
Hide the combo box list (equivalent to an ESC or two ESCs).
|
static ComponentFunction |
GenericMasterFunctions.hoverMouse(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Hover the mouse over an object.
|
static ComponentFunction |
GenericMasterFunctions.hoverMouse(java.lang.String winname,
java.lang.String compname,
java.lang.String appMapSubkey,
java.lang.String hoverTime)
Hover the mouse over an object.
|
static ComponentFunction |
GenericMasterFunctions.hoverScreenLocation(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Hover the mouse over a specified screen location.
|
static ComponentFunction |
GenericMasterFunctions.hoverScreenLocation(java.lang.String winname,
java.lang.String compname,
java.lang.String appMapSubkey,
java.lang.String hoverTime)
Hover the mouse over a specified screen location.
|
static ComponentFunction |
GenericObjectFunctions.hScrollTo(java.lang.String winname,
java.lang.String compname,
java.lang.String pOSITION)
Attempts to perform an HScrollTo on an object.
|
static ComponentFunction |
WindowFunctions.inputCharacters(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Sends literal text to the active window via an InputChars command.
|
static ComponentFunction |
GenericMasterFunctions.inputCharacters(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Sends literal text to the specified component.
|
static ComponentFunction |
WindowFunctions.inputKeys(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Sends keystrokes to the active window via an InputKeys command.
|
static ComponentFunction |
GenericMasterFunctions.inputKeys(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Sends keystrokes to the specified component.
|
static ComponentFunction |
GenericMasterFunctions.isPropertyExist(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Verify if object's property exists or not.
|
static ComponentFunction |
GenericMasterFunctions.isPropertyExist(java.lang.String winname,
java.lang.String compname,
java.lang.String propertyName,
java.lang.String propertyExistVariable)
Verify if object's property exists or not.
|
static ComponentFunction |
GenericObjectFunctions.javaMenuSelect(java.lang.String winname,
java.lang.String compname,
java.lang.String javaMenuItem)
Select a JAVA Menu Item according to a stored text value.
|
static ComponentFunction |
GenericObjectFunctions.leftDrag(java.lang.String winname,
java.lang.String compname,
java.lang.String appMapSubkey)
A left mouse drag is performed on the object based on the stored coordinates.
|
static ComponentFunction |
GenericMasterFunctions.locateScreenImage(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Store the location and dimensions of a component.
|
static ComponentFunction |
GenericMasterFunctions.locateScreenImage(java.lang.String winname,
java.lang.String compname,
java.lang.String variableName,
java.lang.String whomRelativeTo)
Store the location and dimensions of a component.
|
static ComponentFunction |
TabControlFunctions.makeSelection(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Attempts to perform a standard Click on a particular Tab on the TabControl
Attempts to perform a standard Click on a particular Tab on the TabControl.
|
static ComponentFunction |
JavaTreeFunctions.makeSelection(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Use SelectTextNode instead.
|
static ComponentFunction |
DotNetTreeFunctions.makeSelection(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Use SelectTextNode instead.
|
static ComponentFunction |
WindowFunctions.maximize(java.lang.String winname,
java.lang.String compname)
Sends a WMaximize command to the active window.
|
static ComponentFunction |
WindowFunctions.minimize(java.lang.String winname,
java.lang.String compname)
Sends a WMinimize command to the active window.
|
static ComponentFunction |
GenericObjectFunctions.mouseClick(java.lang.String winname,
java.lang.String compname,
java.lang.String appMapSubkey)
A single click on an object by mouse event.
|
static ComponentFunction |
GenericObjectFunctions.multiClick(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Multiple clicks on an object.
|
static ComponentFunction |
GenericObjectFunctions.multiClick(java.lang.String winname,
java.lang.String compname,
java.lang.String appMapSubkey,
java.lang.String clickCount)
Multiple clicks on an object.
|
static ComponentFunction |
GenericObjectFunctions.multiClickScreenImage(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Same as MULTICLICK.
|
static ComponentFunction |
GenericObjectFunctions.multiClickScreenImage(java.lang.String winname,
java.lang.String compname,
java.lang.String appMapSubkey,
java.lang.String clickCount)
Same as MULTICLICK.
|
static ComponentFunction |
ScrollBarFunctions.oneDown(java.lang.String winname,
java.lang.String compname,
java.lang.String integerValue)
Attempts to perform a ScrollLineDown on a scrollbar.
|
static ComponentFunction |
ScrollBarFunctions.oneLeft(java.lang.String winname,
java.lang.String compname,
java.lang.String integerValue)
Attempts to perform a ScrollLeft on a scrollbar.
|
static ComponentFunction |
ScrollBarFunctions.oneRight(java.lang.String winname,
java.lang.String compname,
java.lang.String integerValue)
Attempts to perform a ScrollRight on a scrollbar.
|
static ComponentFunction |
ScrollBarFunctions.oneUp(java.lang.String winname,
java.lang.String compname,
java.lang.String integerValue)
Attempts to perform a ScrollLineUp on a scrollbar.
|
static ComponentFunction |
ScrollBarFunctions.pageDown(java.lang.String winname,
java.lang.String compname,
java.lang.String integerValue)
Attempts to perform a ScrollPageDown on a scrollbar.
|
static ComponentFunction |
ScrollBarFunctions.pageLeft(java.lang.String winname,
java.lang.String compname,
java.lang.String integerValue)
Attempts to perform a ScrollPageLeft on a scrollbar.
|
static ComponentFunction |
ScrollBarFunctions.pageRight(java.lang.String winname,
java.lang.String compname,
java.lang.String integerValue)
Attempts to perform a ScrollPageRight on a scrollbar.
|
static ComponentFunction |
ScrollBarFunctions.pageUp(java.lang.String winname,
java.lang.String compname,
java.lang.String integerValue)
Attempts to perform a ScrollPageUp on a scrollbar.
|
static ComponentFunction |
TreeViewFunctions.partialMatchTreeDataToFile(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Copy the current contents of a tree[branch] to a file according to a partial match of itss text value.
|
static ComponentFunction |
JavaTreeFunctions.partialMatchTreeDataToFile(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Copy the current contents of a tree[branch] to a file according to a partial match of its text value.
|
static ComponentFunction |
DotNetTreeFunctions.partialMatchTreeDataToFile(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Copy the current contents of a tree[branch] to a file according to a partial match of its text value.
|
static ComponentFunction |
TreeViewFunctions.partialMatchTreeDataToFile(java.lang.String winname,
java.lang.String compname,
java.lang.String file,
java.lang.String branch,
java.lang.String indentMark,
java.lang.String filterMode,
java.lang.String filterOptions)
Copy the current contents of a tree[branch] to a file according to a partial match of itss text value.
|
static ComponentFunction |
JavaTreeFunctions.partialMatchTreeDataToFile(java.lang.String winname,
java.lang.String compname,
java.lang.String file,
java.lang.String branch,
java.lang.String indentMark,
java.lang.String filterMode,
java.lang.String filterOptions)
Copy the current contents of a tree[branch] to a file according to a partial match of its text value.
|
static ComponentFunction |
DotNetTreeFunctions.partialMatchTreeDataToFile(java.lang.String winname,
java.lang.String compname,
java.lang.String file,
java.lang.String branch,
java.lang.String indentMark,
java.lang.String filterMode,
java.lang.String filterOptions)
Copy the current contents of a tree[branch] to a file according to a partial match of its text value.
|
static ComponentFunction |
WindowFunctions.pinchClose(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Perform a shrinking "zoom out" operation on a touchscreen device supporting the feature.
|
static ComponentFunction |
WindowFunctions.pinchClose(java.lang.String winname,
java.lang.String compname,
java.lang.String originSubKey,
java.lang.String resizeSubKey,
java.lang.String duration)
Perform a shrinking "zoom out" operation on a touchscreen device supporting the feature.
|
static ComponentFunction |
WindowFunctions.pinchOpen(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Perform an expanding "zoom in" operation on a touchscreen device supporting the feature.
|
static ComponentFunction |
WindowFunctions.pinchOpen(java.lang.String winname,
java.lang.String compname,
java.lang.String originSubKey,
java.lang.String resizeSubKey,
java.lang.String duration)
Perform an expanding "zoom in" operation on a touchscreen device supporting the feature.
|
static ComponentFunction |
GenericObjectFunctions.press(java.lang.String winname,
java.lang.String compname,
java.lang.String duration)
Press a touchscreen object for a number of seconds--0 seconds by default.
|
static ComponentFunction |
JavaMenuFunctions.resetMenuCache(java.lang.String winname,
java.lang.String compname)
Reset the cache containing the content of whole menu.
|
static ComponentFunction |
TIDRestFunctions.restDeleteBinary(java.lang.String winname,
java.lang.String compname)
Delete binary content.
|
static ComponentFunction |
TIDRestFunctions.restDeleteCSS(java.lang.String winname,
java.lang.String compname)
Delete css content.
|
static ComponentFunction |
TIDRestFunctions.restDeleteCustom(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Perform the "DELETE" method on a REST service with headers defined by user.
|
static ComponentFunction |
TIDRestFunctions.restDeleteCustom(java.lang.String winname,
java.lang.String compname,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "DELETE" method on a REST service with headers defined by user.
|
static ComponentFunction |
TIDRestFunctions.restDeleteHTML(java.lang.String winname,
java.lang.String compname) |
static ComponentFunction |
TIDRestFunctions.restDeleteImage(java.lang.String winname,
java.lang.String compname)
Delete image content.
|
static ComponentFunction |
TIDRestFunctions.restDeleteJSON(java.lang.String winname,
java.lang.String compname)
Delete json content.
|
static ComponentFunction |
TIDRestFunctions.restDeleteScript(java.lang.String winname,
java.lang.String compname)
Delete javascript content.
|
static ComponentFunction |
TIDRestFunctions.restDeleteText(java.lang.String winname,
java.lang.String compname)
Delete text content.
|
static ComponentFunction |
TIDRestFunctions.restDeleteXML(java.lang.String winname,
java.lang.String compname)
Delete xml content.
|
static ComponentFunction |
TIDRestFunctions.restEndServiceSession(java.lang.String winname,
java.lang.String compname)
Stop a session for a REST service.
|
static ComponentFunction |
TIDRestFunctions.restGetBinary(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Perform the "GET" method on a REST service, and verify the returned content is binary before returning it.
|
static ComponentFunction |
TIDRestFunctions.restGetBinary(java.lang.String winname,
java.lang.String compname,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "GET" method on a REST service, and verify the returned content is binary before returning it.
|
static ComponentFunction |
TIDRestFunctions.restGetCSS(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Perform the "GET" method on a REST service, and verify the returned content is css before returning it.
|
static ComponentFunction |
TIDRestFunctions.restGetCSS(java.lang.String winname,
java.lang.String compname,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "GET" method on a REST service, and verify the returned content is css before returning it.
|
static ComponentFunction |
TIDRestFunctions.restGetCustom(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Perform the "GET" method on a REST service with headers defined by user, and return the content.
|
static ComponentFunction |
TIDRestFunctions.restGetCustom(java.lang.String winname,
java.lang.String compname,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "GET" method on a REST service with headers defined by user, and return the content.
|
static ComponentFunction |
TIDRestFunctions.restGetHTML(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Perform the "GET" method on a REST service, and verify the returned content is html before returning it.
|
static ComponentFunction |
TIDRestFunctions.restGetHTML(java.lang.String winname,
java.lang.String compname,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "GET" method on a REST service, and verify the returned content is html before returning it.
|
static ComponentFunction |
TIDRestFunctions.restGetImage(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Perform the "GET" method on a REST service, and verify the returned content is image before returning it.
|
static ComponentFunction |
TIDRestFunctions.restGetImage(java.lang.String winname,
java.lang.String compname,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "GET" method on a REST service, and verify the returned content is image before returning it.
|
static ComponentFunction |
TIDRestFunctions.restGetJSON(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Perform the "GET" method on a REST service, and verify the returned content is json before returning it.
|
static ComponentFunction |
TIDRestFunctions.restGetJSON(java.lang.String winname,
java.lang.String compname,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "GET" method on a REST service, and verify the returned content is json before returning it.
|
static ComponentFunction |
TIDRestFunctions.restGetScript(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Perform the "GET" method on a REST service, and verify the returned content is javascript before returning it.
|
static ComponentFunction |
TIDRestFunctions.restGetScript(java.lang.String winname,
java.lang.String compname,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "GET" method on a REST service, and verify the returned content is javascript before returning it.
|
static ComponentFunction |
TIDRestFunctions.restGetText(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Perform the "GET" method on a REST service, and verify the returned content is text before returning it.
|
static ComponentFunction |
TIDRestFunctions.restGetText(java.lang.String winname,
java.lang.String compname,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "GET" method on a REST service, and verify the returned content is text before returning it.
|
static ComponentFunction |
TIDRestFunctions.restGetXML(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Perform the "GET" method on a REST service, and verify the returned content is xml before returning it.
|
static ComponentFunction |
TIDRestFunctions.restGetXML(java.lang.String winname,
java.lang.String compname,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "GET" method on a REST service, and verify the returned content is xml before returning it.
|
static ComponentFunction |
TIDRestFunctions.restHeadBinary(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Perform the "HEAD" method on a REST service, and verify the returned content is binary before returning the header part.
|
static ComponentFunction |
TIDRestFunctions.restHeadBinary(java.lang.String winname,
java.lang.String compname,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "HEAD" method on a REST service, and verify the returned content is binary before returning the header part.
|
static ComponentFunction |
TIDRestFunctions.restHeadCSS(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Perform the "HEAD" method on a REST service, and verify the returned content is css before returning the header part.
|
static ComponentFunction |
TIDRestFunctions.restHeadCSS(java.lang.String winname,
java.lang.String compname,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "HEAD" method on a REST service, and verify the returned content is css before returning the header part.
|
static ComponentFunction |
TIDRestFunctions.restHeadCustom(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Perform the "HEAD" method (with headers defined by user) on a REST service, and get back the header part.
|
static ComponentFunction |
TIDRestFunctions.restHeadCustom(java.lang.String winname,
java.lang.String compname,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "HEAD" method (with headers defined by user) on a REST service, and get back the header part.
|
static ComponentFunction |
TIDRestFunctions.restHeadHTML(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Perform the "HEAD" method on a REST service, and verify the returned content is html before returning the header part.
|
static ComponentFunction |
TIDRestFunctions.restHeadHTML(java.lang.String winname,
java.lang.String compname,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "HEAD" method on a REST service, and verify the returned content is html before returning the header part.
|
static ComponentFunction |
TIDRestFunctions.restHeadImage(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Perform the "HEAD" method on a REST service, and verify the returned content is image before returning the header part.
|
static ComponentFunction |
TIDRestFunctions.restHeadImage(java.lang.String winname,
java.lang.String compname,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "HEAD" method on a REST service, and verify the returned content is image before returning the header part.
|
static ComponentFunction |
TIDRestFunctions.restHeadJSON(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Perform the "HEAD" method on a REST service, and verify the returned content is json before returning the header part.
|
static ComponentFunction |
TIDRestFunctions.restHeadJSON(java.lang.String winname,
java.lang.String compname,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "HEAD" method on a REST service, and verify the returned content is json before returning the header part.
|
static ComponentFunction |
TIDRestFunctions.restHeadScript(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Perform the "HEAD" method on a REST service, and verify the returned content is javascript before returning the header part.
|
static ComponentFunction |
TIDRestFunctions.restHeadScript(java.lang.String winname,
java.lang.String compname,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "HEAD" method on a REST service, and verify the returned content is javascript before returning the header part.
|
static ComponentFunction |
TIDRestFunctions.restHeadText(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Perform the "HEAD" method on a REST service, and verify the returned content is text before returning the header part.
|
static ComponentFunction |
TIDRestFunctions.restHeadText(java.lang.String winname,
java.lang.String compname,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "HEAD" method on a REST service, and verify the returned content is text before returning the header part.
|
static ComponentFunction |
TIDRestFunctions.restHeadXML(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Perform the "HEAD" method on a REST service, and verify the returned content is xml before returning the header part.
|
static ComponentFunction |
TIDRestFunctions.restHeadXML(java.lang.String winname,
java.lang.String compname,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "HEAD" method on a REST service, and verify the returned content is xml before returning the header part.
|
static ComponentFunction |
WindowFunctions.restore(java.lang.String winname,
java.lang.String compname)
Sends a RestorePos command to the active window.
|
static ComponentFunction |
TIDRestFunctions.restPatchBinary(java.lang.String winname,
java.lang.String compname) |
static ComponentFunction |
TIDRestFunctions.restPatchCSS(java.lang.String winname,
java.lang.String compname) |
static ComponentFunction |
TIDRestFunctions.restPatchCustom(java.lang.String winname,
java.lang.String compname) |
static ComponentFunction |
TIDRestFunctions.restPatchHTML(java.lang.String winname,
java.lang.String compname) |
static ComponentFunction |
TIDRestFunctions.restPatchImage(java.lang.String winname,
java.lang.String compname) |
static ComponentFunction |
TIDRestFunctions.restPatchJSON(java.lang.String winname,
java.lang.String compname) |
static ComponentFunction |
TIDRestFunctions.restPatchScript(java.lang.String winname,
java.lang.String compname) |
static ComponentFunction |
TIDRestFunctions.restPatchText(java.lang.String winname,
java.lang.String compname) |
static ComponentFunction |
TIDRestFunctions.restPatchXML(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Perform the "PATCH" method on a REST service, and verify the returned status code is 200 or 204.
|
static ComponentFunction |
TIDRestFunctions.restPatchXML(java.lang.String winname,
java.lang.String compname,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "PATCH" method on a REST service, and verify the returned status code is 200 or 204.
|
static ComponentFunction |
TIDRestFunctions.restPostBinary(java.lang.String winname,
java.lang.String compname) |
static ComponentFunction |
TIDRestFunctions.restPostCSS(java.lang.String winname,
java.lang.String compname) |
static ComponentFunction |
TIDRestFunctions.restPostCustom(java.lang.String winname,
java.lang.String compname) |
static ComponentFunction |
TIDRestFunctions.restPostHTML(java.lang.String winname,
java.lang.String compname) |
static ComponentFunction |
TIDRestFunctions.restPostImage(java.lang.String winname,
java.lang.String compname) |
static ComponentFunction |
TIDRestFunctions.restPostJSON(java.lang.String winname,
java.lang.String compname) |
static ComponentFunction |
TIDRestFunctions.restPostScript(java.lang.String winname,
java.lang.String compname) |
static ComponentFunction |
TIDRestFunctions.restPostText(java.lang.String winname,
java.lang.String compname) |
static ComponentFunction |
TIDRestFunctions.restPostXML(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Perform the "POST" method on a REST service, and verify the returned status code is 201 ("created").
|
static ComponentFunction |
TIDRestFunctions.restPostXML(java.lang.String winname,
java.lang.String compname,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "POST" method on a REST service, and verify the returned status code is 201 ("created").
|
static ComponentFunction |
TIDRestFunctions.restPutBinary(java.lang.String winname,
java.lang.String compname)
Put binary content.
|
static ComponentFunction |
TIDRestFunctions.restPutCSS(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204.
|
static ComponentFunction |
TIDRestFunctions.restPutCSS(java.lang.String winname,
java.lang.String compname,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204.
|
static ComponentFunction |
TIDRestFunctions.restPutCustom(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204.
|
static ComponentFunction |
TIDRestFunctions.restPutCustom(java.lang.String winname,
java.lang.String compname,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204.
|
static ComponentFunction |
TIDRestFunctions.restPutHTML(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204.
|
static ComponentFunction |
TIDRestFunctions.restPutHTML(java.lang.String winname,
java.lang.String compname,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204.
|
static ComponentFunction |
TIDRestFunctions.restPutImage(java.lang.String winname,
java.lang.String compname)
Put image content.
|
static ComponentFunction |
TIDRestFunctions.restPutJSON(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204.
|
static ComponentFunction |
TIDRestFunctions.restPutJSON(java.lang.String winname,
java.lang.String compname,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204.
|
static ComponentFunction |
TIDRestFunctions.restPutScript(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204.
|
static ComponentFunction |
TIDRestFunctions.restPutScript(java.lang.String winname,
java.lang.String compname,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204.
|
static ComponentFunction |
TIDRestFunctions.restPutText(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204.
|
static ComponentFunction |
TIDRestFunctions.restPutText(java.lang.String winname,
java.lang.String compname,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204.
|
static ComponentFunction |
TIDRestFunctions.restPutXML(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204.
|
static ComponentFunction |
TIDRestFunctions.restPutXML(java.lang.String winname,
java.lang.String compname,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204.
|
static ComponentFunction |
TIDRestFunctions.restRequest(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Perform an HTTP method on a REST service.
|
static ComponentFunction |
TIDRestFunctions.restRequest(java.lang.String winname,
java.lang.String compname,
java.lang.String hTTPMethod,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform an HTTP method on a REST service.
|
static ComponentFunction |
TIDRestFunctions.restStartServiceSession(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Start a session for a REST service.
|
static ComponentFunction |
TIDRestFunctions.restStartServiceSession(java.lang.String winname,
java.lang.String compname,
java.lang.String baseURL,
java.lang.String authentication)
Start a session for a REST service.
|
static ComponentFunction |
WindowFunctions.rightClick(java.lang.String winname,
java.lang.String compname,
java.lang.String appMapSubkey)
Performs a right-click on any part of a Window based on a stored x,y coordinate.
|
static ComponentFunction |
GenericObjectFunctions.rightClick(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
A right click on an object.
|
static ComponentFunction |
GenericObjectFunctions.rightClick(java.lang.String winname,
java.lang.String compname,
java.lang.String appMapSubkey,
java.lang.String autoScroll)
A right click on an object.
|
static ComponentFunction |
JavaTableFunctions.rightClickCell(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Attempts to perform a right click on a cell in a JavaTable.
|
static ComponentFunction |
HTMLTableFunctions.rightClickCell(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Attempts to perform a right click on a cell in a Table.
|
static ComponentFunction |
FPSpreadFunctions.rightClickCell(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Attempts to perform a single right click on a table cell.
|
static ComponentFunction |
DotNetTableFunctions.rightClickCell(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Attempts to perform a right click on a cell in a DotNetTable.
|
static ComponentFunction |
JavaTableFunctions.rightClickCell(java.lang.String winname,
java.lang.String compname,
java.lang.String row,
java.lang.String col)
Attempts to perform a right click on a cell in a JavaTable.
|
static ComponentFunction |
HTMLTableFunctions.rightClickCell(java.lang.String winname,
java.lang.String compname,
java.lang.String row,
java.lang.String col)
Attempts to perform a right click on a cell in a Table.
|
static ComponentFunction |
FPSpreadFunctions.rightClickCell(java.lang.String winname,
java.lang.String compname,
java.lang.String row,
java.lang.String col)
Attempts to perform a single right click on a table cell.
|
static ComponentFunction |
DotNetTableFunctions.rightClickCell(java.lang.String winname,
java.lang.String compname,
java.lang.String row,
java.lang.String col)
Attempts to perform a right click on a cell in a DotNetTable.
|
static ComponentFunction |
JavaTableFunctions.rightClickColumnLabel(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Right clicks on the label of the specified column.
|
static ComponentFunction |
JavaTableFunctions.rightClickColumnLabel(java.lang.String winname,
java.lang.String compname,
java.lang.String colNumber,
java.lang.String yOffset)
Right clicks on the label of the specified column.
|
static ComponentFunction |
TreeViewFunctions.rightClickPartial(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Action to right click a node according to a partial match of its text value.
|
static ComponentFunction |
TreeViewFunctions.rightClickPartial(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue,
java.lang.String matchIndex)
Action to right click a node according to a partial match of its text value.
|
static ComponentFunction |
GenericObjectFunctions.rightClickScreenImage(java.lang.String winname,
java.lang.String compname,
java.lang.String appMapSubKey)
Same as RightClick.
|
static ComponentFunction |
GenericObjectFunctions.rightClickScreenLocation(java.lang.String winname,
java.lang.String compname,
java.lang.String appMapSubkey)
RightClick a specified screen location.
|
static ComponentFunction |
GenericObjectFunctions.rightClickScreenPoint(java.lang.String winname,
java.lang.String compname,
java.lang.String coords)
(Deprecated) RightClick a specified screen location.
|
static ComponentFunction |
ListBoxFunctions.rightClickTextItem(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Routine to Right-Click a selection according to its text value.
|
static ComponentFunction |
ListViewFunctions.rightClickTextItem(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Routine to RightClick (single click) an item according to its text value.
|
static ComponentFunction |
ListViewFunctions.rightClickTextItem(java.lang.String winname,
java.lang.String compname,
java.lang.String selectTextValue,
java.lang.String matchIndex)
Routine to RightClick (single click) an item according to its text value.
|
static ComponentFunction |
ListViewFunctions.rightClickTextItemCoords(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Right click a text item at specific Coords.
|
static ComponentFunction |
ListViewFunctions.rightClickTextItemCoords(java.lang.String winname,
java.lang.String compname,
java.lang.String selectTextValue,
java.lang.String coords,
java.lang.String matchIndex)
Right click a text item at specific Coords.
|
static ComponentFunction |
JavaTreeFunctions.rightClickTextNode(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Action to right-click a node according to its text value.
|
static ComponentFunction |
DotNetTreeFunctions.rightClickTextNode(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Action to right-click a node according to its text value.
|
static ComponentFunction |
TreeViewFunctions.rightClickTextNode(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Action to right click a node according to its text value.
|
static ComponentFunction |
TreeViewFunctions.rightClickTextNode(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue,
java.lang.String matchIndex)
Action to right click a node according to its text value.
|
static ComponentFunction |
ListViewFunctions.rightClickUnverifiedTextItem(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Routine to RightClick (single click) an unverifiable item according to its text value.
|
static ComponentFunction |
ListViewFunctions.rightClickUnverifiedTextItem(java.lang.String winname,
java.lang.String compname,
java.lang.String selectTextValue,
java.lang.String matchIndex)
Routine to RightClick (single click) an unverifiable item according to its text value.
|
static ComponentFunction |
ListViewFunctions.rightClickUnverifiedTextItemCoords(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Right Click an unverifiable text item at specific Coords.
|
static ComponentFunction |
ListViewFunctions.rightClickUnverifiedTextItemCoords(java.lang.String winname,
java.lang.String compname,
java.lang.String selectTextValue,
java.lang.String coords,
java.lang.String matchIndex)
Right Click an unverifiable text item at specific Coords.
|
static ComponentFunction |
JavaTreeFunctions.rightClickUnverifiedTextNode(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Action to blindly right-click a node according to its text value.
|
static ComponentFunction |
DotNetTreeFunctions.rightClickUnverifiedTextNode(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Action to blindly right-click a node according to its text value.
|
static ComponentFunction |
TreeViewFunctions.rightClickUnverifiedTextNode(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Action to (almost) blindly right-click a text node.
|
static ComponentFunction |
TreeViewFunctions.rightClickUnverifiedTextNode(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue,
java.lang.String matchIndex)
Action to (almost) blindly right-click a text node.
|
static ComponentFunction |
GenericObjectFunctions.rightDrag(java.lang.String winname,
java.lang.String compname,
java.lang.String appMapSubkey)
A right mouse drag is performed on the object based on the stored coordinates.
|
static ComponentFunction |
HTMLImageFunctions.saveHTMLImage(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Attempts to Save an HTMLImage on a webpage.
|
static ComponentFunction |
HTMLImageFunctions.saveHTMLImage(java.lang.String winname,
java.lang.String compname,
java.lang.String fileName,
java.lang.String coords)
Attempts to Save an HTMLImage on a webpage.
|
static ComponentFunction |
GenericMasterFunctions.saveTextFromGUI(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Incorporate OCR technology to detect the text on a GUI component and save the text to a text file.
|
static ComponentFunction |
GenericMasterFunctions.saveTextFromGUI(java.lang.String winname,
java.lang.String compname,
java.lang.String outputFile,
java.lang.String subArea,
java.lang.String oCRId,
java.lang.String langId,
java.lang.String scaleRatio)
Incorporate OCR technology to detect the text on a GUI component and save the text to a text file.
|
static ComponentFunction |
ComboListBoxFunctions.select(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Select an item by its text value from an exposed combobox dropdown list.
|
static ComponentFunction |
ComboEditBoxFunctions.select(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Select an item by its text value from a ComboEditBox.
|
static ComponentFunction |
TreeViewFunctions.select(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Action to select a node according to its text value.
|
static ComponentFunction |
ComboBoxFunctions.select(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Select an item by its text value from a combobox.
|
static ComponentFunction |
TreeViewFunctions.select(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue,
java.lang.String matchIndex)
Action to select a node according to its text value.
|
static ComponentFunction |
ComboBoxFunctions.select(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue,
java.lang.String forceRefresh)
Select an item by its text value from a combobox.
|
static ComponentFunction |
ListViewFunctions.selectAnotherPartialMatch(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Routine for multiple selection to Control+Click on an item according to a partial text match.
|
static ComponentFunction |
ListViewFunctions.selectAnotherPartialMatch(java.lang.String winname,
java.lang.String compname,
java.lang.String partialTextValue,
java.lang.String matchIndex)
Routine for multiple selection to Control+Click on an item according to a partial text match.
|
static ComponentFunction |
TreeViewFunctions.selectAnotherPartialTextNode(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Action to select a node according to a partial match of its text value, in addition to any nodes already selected.
|
static ComponentFunction |
JavaTreeFunctions.selectAnotherPartialTextNode(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Action to select a node according to a partial match of its text value, in addition to any nodes already selected.
|
static ComponentFunction |
DotNetTreeFunctions.selectAnotherPartialTextNode(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Action to select a node according to a partial match of its text value, in addition to any nodes already selected.
|
static ComponentFunction |
ListBoxFunctions.selectAnotherTextItem(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Routine to Control+Click and Verify a selection according to its text value.
|
static ComponentFunction |
ListViewFunctions.selectAnotherTextItem(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Routine for multiple selection to Control+Click on an item by its text value.
|
static ComponentFunction |
ListViewFunctions.selectAnotherTextItem(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue,
java.lang.String matchIndex)
Routine for multiple selection to Control+Click on an item by its text value.
|
static ComponentFunction |
TreeViewFunctions.selectAnotherTextNode(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Action to select a node according to its text value, in addition to any nodes already selected.
|
static ComponentFunction |
JavaTreeFunctions.selectAnotherTextNode(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Action to select a node according to its text value, in addition to any nodes already selected.
|
static ComponentFunction |
DotNetTreeFunctions.selectAnotherTextNode(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Action to select a node according to its text value, in addition to any nodes already selected.
|
static ComponentFunction |
ListBoxFunctions.selectAnotherUnverifiedTextItem(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Routine to Control+Click an item according to its text value.
|
static ComponentFunction |
TreeViewFunctions.selectAnotherUnverifiedTextNode(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Action to blindly select a node according to its text value, in addition to any nodes already selected.
|
static ComponentFunction |
JavaTreeFunctions.selectAnotherUnverifiedTextNode(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Action to blindly select a node according to its text value, in addition to any nodes already selected.
|
static ComponentFunction |
DotNetTreeFunctions.selectAnotherUnverifiedTextNode(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Action to blindly select a node according to its text value, in addition to any nodes already selected.
|
static ComponentFunction |
VSFlexGridFunctions.selectCell(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Attempts to perform a Select on a table cell.
|
static ComponentFunction |
JavaTableFunctions.selectCell(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Same as ClickCell.
|
static ComponentFunction |
HTMLTableFunctions.selectCell(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Same as ClickCell.
|
static ComponentFunction |
DotNetTableFunctions.selectCell(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Same as ClickCell.
|
static ComponentFunction |
VSFlexGridFunctions.selectCell(java.lang.String winname,
java.lang.String compname,
java.lang.String row,
java.lang.String col)
Attempts to perform a Select on a table cell.
|
static ComponentFunction |
JavaTableFunctions.selectCell(java.lang.String winname,
java.lang.String compname,
java.lang.String row,
java.lang.String col)
Same as ClickCell.
|
static ComponentFunction |
HTMLTableFunctions.selectCell(java.lang.String winname,
java.lang.String compname,
java.lang.String row,
java.lang.String col)
Same as ClickCell.
|
static ComponentFunction |
DotNetTableFunctions.selectCell(java.lang.String winname,
java.lang.String compname,
java.lang.String row,
java.lang.String col)
Same as ClickCell.
|
static ComponentFunction |
JavaTableFunctions.selectCellContainsTextFind(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Attempts to select a particular cell by finding the row based on cell values.
|
static ComponentFunction |
HTMLTableFunctions.selectCellContainsTextFind(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Attempts to select a particular cell by finding the row based on cell values.
|
static ComponentFunction |
DotNetTableFunctions.selectCellContainsTextFind(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Attempts to select a particular cell by finding the row based on cell values.
|
static ComponentFunction |
JavaTableFunctions.selectCellContainsTextFind(java.lang.String winname,
java.lang.String compname,
java.lang.String var,
java.lang.String col,
java.lang.String colN,
java.lang.String valueN)
Attempts to select a particular cell by finding the row based on cell values.
|
static ComponentFunction |
HTMLTableFunctions.selectCellContainsTextFind(java.lang.String winname,
java.lang.String compname,
java.lang.String var,
java.lang.String col,
java.lang.String colN,
java.lang.String valueN)
Attempts to select a particular cell by finding the row based on cell values.
|
static ComponentFunction |
DotNetTableFunctions.selectCellContainsTextFind(java.lang.String winname,
java.lang.String compname,
java.lang.String var,
java.lang.String col,
java.lang.String colN,
java.lang.String valueN)
Attempts to select a particular cell by finding the row based on cell values.
|
static ComponentFunction |
JavaTableFunctions.selectCellText(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Attempts to select a particular cell.
|
static ComponentFunction |
HTMLTableFunctions.selectCellText(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Attempts to select a particular cell.
|
static ComponentFunction |
DotNetTableFunctions.selectCellText(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Attempts to select a particular cell.
|
static ComponentFunction |
JavaTableFunctions.selectCellText(java.lang.String winname,
java.lang.String compname,
java.lang.String row,
java.lang.String col)
Attempts to select a particular cell.
|
static ComponentFunction |
HTMLTableFunctions.selectCellText(java.lang.String winname,
java.lang.String compname,
java.lang.String row,
java.lang.String col)
Attempts to select a particular cell.
|
static ComponentFunction |
DotNetTableFunctions.selectCellText(java.lang.String winname,
java.lang.String compname,
java.lang.String row,
java.lang.String col)
Attempts to select a particular cell.
|
static ComponentFunction |
JavaTableFunctions.selectCellTextFind(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Attempts to select a particular cell by finding the row based on cell values.
|
static ComponentFunction |
HTMLTableFunctions.selectCellTextFind(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Attempts to select a particular cell by finding the row based on cell values.
|
static ComponentFunction |
DotNetTableFunctions.selectCellTextFind(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Attempts to select a particular cell by finding the row based on cell values.
|
static ComponentFunction |
JavaTableFunctions.selectCellTextFind(java.lang.String winname,
java.lang.String compname,
java.lang.String var,
java.lang.String col,
java.lang.String colN,
java.lang.String valueN)
Attempts to select a particular cell by finding the row based on cell values.
|
static ComponentFunction |
HTMLTableFunctions.selectCellTextFind(java.lang.String winname,
java.lang.String compname,
java.lang.String var,
java.lang.String col,
java.lang.String colN,
java.lang.String valueN)
Attempts to select a particular cell by finding the row based on cell values.
|
static ComponentFunction |
DotNetTableFunctions.selectCellTextFind(java.lang.String winname,
java.lang.String compname,
java.lang.String var,
java.lang.String col,
java.lang.String colN,
java.lang.String valueN)
Attempts to select a particular cell by finding the row based on cell values.
|
static ComponentFunction |
JavaTableFunctions.selectCellTextSpecial(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Holds down either Ctrl or Shift while making a cell selection
with emulating either a Left or Right mouse click.
|
static ComponentFunction |
HTMLTableFunctions.selectCellTextSpecial(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Holds down either key Control or Shift while making a cell selection
with emulating either a Left or Right mouse click.
|
static ComponentFunction |
DotNetTableFunctions.selectCellTextSpecial(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Holds down either Ctrl or Shift while making a cell selection
with emulating either a Left or Right mouse click.
|
static ComponentFunction |
JavaTableFunctions.selectCellTextSpecial(java.lang.String winname,
java.lang.String compname,
java.lang.String specialKey,
java.lang.String mouseClick,
java.lang.String row,
java.lang.String col)
Holds down either Ctrl or Shift while making a cell selection
with emulating either a Left or Right mouse click.
|
static ComponentFunction |
HTMLTableFunctions.selectCellTextSpecial(java.lang.String winname,
java.lang.String compname,
java.lang.String specialKey,
java.lang.String mouseClick,
java.lang.String row,
java.lang.String col)
Holds down either key Control or Shift while making a cell selection
with emulating either a Left or Right mouse click.
|
static ComponentFunction |
DotNetTableFunctions.selectCellTextSpecial(java.lang.String winname,
java.lang.String compname,
java.lang.String specialKey,
java.lang.String mouseClick,
java.lang.String row,
java.lang.String col)
Holds down either Ctrl or Shift while making a cell selection
with emulating either a Left or Right mouse click.
|
static ComponentFunction |
JavaTableFunctions.selectFuzzyCellText(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Attempts to select a particular cell.
|
static ComponentFunction |
HTMLTableFunctions.selectFuzzyCellText(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Attempts to select a particular cell.
|
static ComponentFunction |
DotNetTableFunctions.selectFuzzyCellText(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Attempts to select a particular cell.
|
static ComponentFunction |
JavaTableFunctions.selectFuzzyCellText(java.lang.String winname,
java.lang.String compname,
java.lang.String row,
java.lang.String col)
Attempts to select a particular cell.
|
static ComponentFunction |
HTMLTableFunctions.selectFuzzyCellText(java.lang.String winname,
java.lang.String compname,
java.lang.String row,
java.lang.String col)
Attempts to select a particular cell.
|
static ComponentFunction |
DotNetTableFunctions.selectFuzzyCellText(java.lang.String winname,
java.lang.String compname,
java.lang.String row,
java.lang.String col)
Attempts to select a particular cell.
|
static ComponentFunction |
JavaTableFunctions.selectFuzzyCellTextFind(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Attempts to select a particular cell by finding the row based on fuzzy cell values.
|
static ComponentFunction |
HTMLTableFunctions.selectFuzzyCellTextFind(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Attempts to select a particular cell by finding the row based on fuzzy cell values.
|
static ComponentFunction |
DotNetTableFunctions.selectFuzzyCellTextFind(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Attempts to select a particular cell by finding the row based on fuzzy cell values.
|
static ComponentFunction |
JavaTableFunctions.selectFuzzyCellTextFind(java.lang.String winname,
java.lang.String compname,
java.lang.String var,
java.lang.String col,
java.lang.String colN,
java.lang.String valueN)
Attempts to select a particular cell by finding the row based on fuzzy cell values.
|
static ComponentFunction |
HTMLTableFunctions.selectFuzzyCellTextFind(java.lang.String winname,
java.lang.String compname,
java.lang.String var,
java.lang.String col,
java.lang.String colN,
java.lang.String valueN)
Attempts to select a particular cell by finding the row based on fuzzy cell values.
|
static ComponentFunction |
DotNetTableFunctions.selectFuzzyCellTextFind(java.lang.String winname,
java.lang.String compname,
java.lang.String var,
java.lang.String col,
java.lang.String colN,
java.lang.String valueN)
Attempts to select a particular cell by finding the row based on fuzzy cell values.
|
static ComponentFunction |
ListViewFunctions.selectIndex(java.lang.String winname,
java.lang.String compname,
java.lang.String index)
Same as (Alias for) ListView SelectIndexItem
|
static ComponentFunction |
ListBoxFunctions.selectIndex(java.lang.String winname,
java.lang.String compname,
java.lang.String index)
Select an item based on it's index in the list, starting from 1
Select an item based on it's index in the list, starting from 1
|
static ComponentFunction |
ComboListBoxFunctions.selectIndex(java.lang.String winname,
java.lang.String compname,
java.lang.String indexValue)
Select an item by its index from a combolistbox.
|
static ComponentFunction |
ComboEditBoxFunctions.selectIndex(java.lang.String winname,
java.lang.String compname,
java.lang.String indexValue)
Select an item by its index from a ComboEditBox (ComboBox).
|
static ComponentFunction |
ComboBoxFunctions.selectIndex(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Select an item by its index from a combobox.
|
static ComponentFunction |
ComboBoxFunctions.selectIndex(java.lang.String winname,
java.lang.String compname,
java.lang.String indexValue,
java.lang.String forceRefresh)
Select an item by its index from a combobox.
|
static ComponentFunction |
ListViewFunctions.selectIndexItem(java.lang.String winname,
java.lang.String compname,
java.lang.String itemIndex)
Routine to single click an item according to its Index value.
|
static ComponentFunction |
ListViewFunctions.selectIndexItemCoords(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Routine to single click an item by Index at specific coordinates.
|
static ComponentFunction |
ListViewFunctions.selectIndexItemCoords(java.lang.String winname,
java.lang.String compname,
java.lang.String itemIndex,
java.lang.String coords)
Routine to single click an item by Index at specific coordinates.
|
static ComponentFunction |
WindowFunctions.selectMenuID(java.lang.String winname,
java.lang.String compname,
java.lang.String menuID)
Attempts to select a particular menuitem by menuID.
|
static ComponentFunction |
WindowFunctions.selectMenuItem(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Attempts to select a particular text string menuitem.
|
static ComponentFunction |
DotNetMenuFunctions.selectMenuItem(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Action to select a menuItem according to its text value.
|
static ComponentFunction |
JavaMenuFunctions.selectMenuItem(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Action to select a menuItem according to its text value.
|
static ComponentFunction |
JavaMenuFunctions.selectMenuItem(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue,
java.lang.String indexPath)
Action to select a menuItem according to its text value.
|
static ComponentFunction |
WindowFunctions.selectMenuItemContains(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Attempts to select a menuitem based on a partial text match.
|
static ComponentFunction |
DotNetMenuFunctions.selectMenuItemContains(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Action to select a menuItem according to a partial match of its text value.
|
static ComponentFunction |
JavaMenuFunctions.selectMenuItemContains(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Action to select a menuItem according to a partial match of its text value.
|
static ComponentFunction |
JavaMenuFunctions.selectMenuItemContains(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue,
java.lang.String indexPath)
Action to select a menuItem according to a partial match of its text value.
|
static ComponentFunction |
SSTreeFunctions.selectNode(java.lang.String winname,
java.lang.String compname,
java.lang.String appMapSubkey)
Routine to select a node according to its AppMap reference.
|
static ComponentFunction |
TreeViewFunctions.selectPartial(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Action to select a node according to a partial match of its text value.
|
static ComponentFunction |
TreeViewFunctions.selectPartial(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue,
java.lang.String matchIndex)
Action to select a node according to a partial match of its text value.
|
static ComponentFunction |
ListBoxFunctions.selectPartialMatch(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Routine to Click and Verify an item according to a partial text match.
|
static ComponentFunction |
ComboEditBoxFunctions.selectPartialMatch(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Select an item via a partial text match.
|
static ComponentFunction |
ListViewFunctions.selectPartialMatch(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Routine to select (single click) an item according to a partial text match.
|
static ComponentFunction |
ComboBoxFunctions.selectPartialMatch(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Select an item via a partial text match in a combobox.
|
static ComponentFunction |
ListViewFunctions.selectPartialMatch(java.lang.String winname,
java.lang.String compname,
java.lang.String partialTextValue,
java.lang.String matchIndex)
Routine to select (single click) an item according to a partial text match.
|
static ComponentFunction |
ComboBoxFunctions.selectPartialMatch(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue,
java.lang.String forceRefresh)
Select an item via a partial text match in a combobox.
|
static ComponentFunction |
TreeViewFunctions.selectPartialTextNode(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Action to select a node according to a partial match of its text value.
|
static ComponentFunction |
JavaTreeFunctions.selectPartialTextNode(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Action to select a node according to a partial match of its text value.
|
static ComponentFunction |
DotNetTreeFunctions.selectPartialTextNode(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Action to select a node according to a partial match of its text value.
|
static ComponentFunction |
TreeViewFunctions.selectPartialTextNodeSpecial(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Holds down either Ctrl or Shift while making an item selection with emulating either a Left or Right mouse click.
|
static ComponentFunction |
TreeViewFunctions.selectPartialTextNodeSpecial(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue,
java.lang.String matchIndex,
java.lang.String specialKey,
java.lang.String mouseClick)
Holds down either Ctrl or Shift while making an item selection with emulating either a Left or Right mouse click.
|
static ComponentFunction |
PopupMenuFunctions.selectPopupMenuID(java.lang.String winname,
java.lang.String compname,
java.lang.String menuItemID)
Select a menuItem via its menuID in the currently active popup menu.
|
static ComponentFunction |
PopupMenuFunctions.selectPopupMenuItem(java.lang.String winname,
java.lang.String compname,
java.lang.String menuItemText)
Select a menuItem via its text in the currently active popup menu.
|
static ComponentFunction |
ListViewFunctions.selectRandomItems(java.lang.String winname,
java.lang.String compname,
java.lang.String itemCount)
Routine to randomly select multiple items in the ListView object.
|
static ComponentFunction |
TreeViewFunctions.selectStateIcon(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Select/check a node's state icon (checkbox) according to its associated text value.
|
static ComponentFunction |
TreeViewFunctions.selectStateIcon(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue,
java.lang.String matchIndex)
Select/check a node's state icon (checkbox) according to its associated text value.
|
static ComponentFunction |
TabControlFunctions.selectTab(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Attempts to perform a standard SelectTab on a particular Tab on the TabControl
Attempts to perform a standard Selection on a particular Tab on the TabControl.
|
static ComponentFunction |
TabControlFunctions.selectTabIndex(java.lang.String winname,
java.lang.String compname,
java.lang.String tabIndex)
Attempts to select a particular Tab by Index.
|
static ComponentFunction |
ListBoxFunctions.selectTextItem(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Routine to Click and Verify a selection according to its text value.
|
static ComponentFunction |
ListViewFunctions.selectTextItem(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Routine to select (single click) an item according to its text value.
|
static ComponentFunction |
ListViewFunctions.selectTextItem(java.lang.String winname,
java.lang.String compname,
java.lang.String selectTextValue,
java.lang.String matchIndex)
Routine to select (single click) an item according to its text value.
|
static ComponentFunction |
ListViewFunctions.selectTextItemCoords(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Single click a text item at specific Coords.
|
static ComponentFunction |
ListViewFunctions.selectTextItemCoords(java.lang.String winname,
java.lang.String compname,
java.lang.String selectTextValue,
java.lang.String coords,
java.lang.String matchIndex)
Single click a text item at specific Coords.
|
static ComponentFunction |
JavaTreeFunctions.selectTextNode(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Action to select a node according to its text value.
|
static ComponentFunction |
DotNetTreeFunctions.selectTextNode(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Action to select a node according to its text value.
|
static ComponentFunction |
TreeViewFunctions.selectTextNode(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Action to select a node according to its text value.
|
static ComponentFunction |
TreeViewFunctions.selectTextNode(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue,
java.lang.String matchIndex)
Action to select a node according to its text value.
|
static ComponentFunction |
TreeViewFunctions.selectTextNodeSpecial(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Holds down either Ctrl or Shift while making an item selection with emulating either a Left or Right mouse click.
|
static ComponentFunction |
TreeViewFunctions.selectTextNodeSpecial(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue,
java.lang.String matchIndex,
java.lang.String specialKey,
java.lang.String mouseClick)
Holds down either Ctrl or Shift while making an item selection with emulating either a Left or Right mouse click.
|
static ComponentFunction |
ComboBoxFunctions.selectUnverified(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Select an item by its text value from a combobox without verifying the
selection.
|
static ComponentFunction |
ComboBoxFunctions.selectUnverified(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue,
java.lang.String forceRefresh)
Select an item by its text value from a combobox without verifying the
selection.
|
static ComponentFunction |
ListBoxFunctions.selectUnverifiedAnotherTextItem(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Use the identical "SelectAnotherUnverifiedTextItem" instead.
|
static ComponentFunction |
JavaMenuFunctions.selectUnverifiedMenuItem(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Action to select a menuItem according to its text value without verification of it's existance.
|
static ComponentFunction |
JavaMenuFunctions.selectUnverifiedMenuItem(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue,
java.lang.String indexPath)
Action to select a menuItem according to its text value without verification of it's existance.
|
static ComponentFunction |
ListBoxFunctions.selectUnverifiedPartialMatch(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Routine to Click an item according to a partial text match.
|
static ComponentFunction |
ComboBoxFunctions.selectUnverifiedPartialMatch(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Select an item via a partial text match in a combobox without verification.
|
static ComponentFunction |
ComboBoxFunctions.selectUnverifiedPartialMatch(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue,
java.lang.String forceRefresh)
Select an item via a partial text match in a combobox without verification.
|
static ComponentFunction |
PopupMenuFunctions.selectUnverifiedPopupMenuItem(java.lang.String winname,
java.lang.String compname,
java.lang.String menuItemText)
Select a menuItem via its text in the currently active popup menu without verification.
|
static ComponentFunction |
ListBoxFunctions.selectUnverifiedTextItem(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Routine to Click a selection according to its text value.
|
static ComponentFunction |
ListViewFunctions.selectUnverifiedTextItem(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Routine to select (single click) an unverifiable item according to its text value.
|
static ComponentFunction |
ListViewFunctions.selectUnverifiedTextItem(java.lang.String winname,
java.lang.String compname,
java.lang.String selectTextValue,
java.lang.String matchIndex)
Routine to select (single click) an unverifiable item according to its text value.
|
static ComponentFunction |
ListViewFunctions.selectUnverifiedTextItemCoords(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Single click an unverifiable text item at specific Coords.
|
static ComponentFunction |
ListViewFunctions.selectUnverifiedTextItemCoords(java.lang.String winname,
java.lang.String compname,
java.lang.String selectTextValue,
java.lang.String coords,
java.lang.String matchIndex)
Single click an unverifiable text item at specific Coords.
|
static ComponentFunction |
JavaTreeFunctions.selectUnverifiedTextNode(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Action to blindly select a node according to its text value.
|
static ComponentFunction |
DotNetTreeFunctions.selectUnverifiedTextNode(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Action to blindly select a node according to its text value.
|
static ComponentFunction |
TreeViewFunctions.selectUnverifiedTextNode(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Action to (almost) blindly click a text node.
|
static ComponentFunction |
TreeViewFunctions.selectUnverifiedTextNode(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue,
java.lang.String matchIndex)
Action to (almost) blindly click a text node.
|
static ComponentFunction |
TreeViewFunctions.selectUnverifiedTextNodeRightClick(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Skips many pre- and post-verification checks for right-clicks.
|
static ComponentFunction |
TreeViewFunctions.selectUnverifiedTextNodeRightClick(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue,
java.lang.String matchIndex)
Skips many pre- and post-verification checks for right-clicks.
|
static ComponentFunction |
GenericMasterFunctions.sendEvent(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Send or trigger an "event" with 0 or more arguments.
|
static ComponentFunction |
GenericMasterFunctions.sendEvent(java.lang.String winname,
java.lang.String compname,
java.lang.String event,
java.lang.String pARAM_N)
Send or trigger an "event" with 0 or more arguments.
|
static ComponentFunction |
FlexColorFunctions.setColor(java.lang.String winname,
java.lang.String compname,
java.lang.String colorValue)
Action to set a color according to its color value.
|
static ComponentFunction |
FlexDateFunctions.setDate(java.lang.String winname,
java.lang.String compname,
java.lang.String dateValue)
Action to set date for a date component according to its DateValue.
|
static ComponentFunction |
DatePickerFunctions.setDate(java.lang.String winname,
java.lang.String compname,
java.lang.String dateValue)
Action to set date for a date picker component according to its DateValue.
|
static ComponentFunction |
WindowFunctions.setFocus(java.lang.String winname,
java.lang.String compname)
Set focus on the window.
|
static ComponentFunction |
ListViewFunctions.setListContains(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Set a variable with the result of checking that a listview contains the provided item.
|
static ComponentFunction |
ListBoxFunctions.setListContains(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Set a variable with the result of checking that a listview contains the provided item.
|
static ComponentFunction |
ListViewFunctions.setListContains(java.lang.String winname,
java.lang.String compname,
java.lang.String itemText,
java.lang.String resultVar)
Set a variable with the result of checking that a listview contains the provided item.
|
static ComponentFunction |
ListBoxFunctions.setListContains(java.lang.String winname,
java.lang.String compname,
java.lang.String itemText,
java.lang.String resultVar)
Set a variable with the result of checking that a listview contains the provided item.
|
static ComponentFunction |
WindowFunctions.setPosition(java.lang.String winname,
java.lang.String compname,
java.lang.String presetReference)
Sends a SetPosition command to the window to set the position, size, and status of the window.
|
static ComponentFunction |
ProgressBarFunctions.setProgress(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Action to set progress for a progress bar component according to its value.
|
static ComponentFunction |
ProgressBarFunctions.setProgress(java.lang.String winname,
java.lang.String compname,
java.lang.String progressValue,
java.lang.String isPrimary)
Action to set progress for a progress bar component according to its value.
|
static ComponentFunction |
GenericMasterFunctions.setPropertyValue(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Sets a value to the property of an object.
|
static ComponentFunction |
GenericMasterFunctions.setPropertyValue(java.lang.String winname,
java.lang.String compname,
java.lang.String objectPropertyName,
java.lang.String propertyValue)
Sets a value to the property of an object.
|
static ComponentFunction |
ProgressBarFunctions.setRating(java.lang.String winname,
java.lang.String compname,
java.lang.String ratingValue)
Action to set rating for a rating bar component according to its value.
|
static ComponentFunction |
TableViewFunctions.setSelectedColumn(java.lang.String winname,
java.lang.String compname,
java.lang.String column)
Set the current column of to the one specified.
|
static ComponentFunction |
TableViewFunctions.setSelectedRow(java.lang.String winname,
java.lang.String compname,
java.lang.String row)
Set the current row of to the one specified.
|
static ComponentFunction |
TableViewFunctions.setTableCellData(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Set a specific cell to the specified value.
|
static ComponentFunction |
TableViewFunctions.setTableCellData(java.lang.String winname,
java.lang.String compname,
java.lang.String row,
java.lang.String column,
java.lang.String textValue)
Set a specific cell to the specified value.
|
static ComponentFunction |
EditBoxFunctions.setTextCharacters(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Set the text of the editbox
This action sets the text of the editbox.
|
static ComponentFunction |
EditBoxFunctions.setTextValue(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Set the text of the editbox
This action sets the text of the editbox.
|
static ComponentFunction |
ComboEditBoxFunctions.setTextValue(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Set the text of the ComboEditBox
This action sets the text of the ComboEditBox.
|
static ComponentFunction |
ComboBoxFunctions.setTextValue(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Set the text of the combobox
This action sets the text of the combobox.
|
static ComponentFunction |
TimePickerFunctions.setTime(java.lang.String winname,
java.lang.String compname,
java.lang.String timeValue)
Action to set time for a time picker component according to its TimeValue.
|
static ComponentFunction |
TreeViewFunctions.setTreeContainsNode(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Sets a user-defined variable with the result of whether a tree contains the provided node.
|
static ComponentFunction |
JavaTreeFunctions.setTreeContainsNode(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Sets a user-defined variable with the result of whether a tree contains the provided node.
|
static ComponentFunction |
DotNetTreeFunctions.setTreeContainsNode(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Sets a user-defined variable with the result of whether a tree contains the provided node.
|
static ComponentFunction |
TreeViewFunctions.setTreeContainsNode(java.lang.String winname,
java.lang.String compname,
java.lang.String node,
java.lang.String resultVar)
Sets a user-defined variable with the result of whether a tree contains the provided node.
|
static ComponentFunction |
JavaTreeFunctions.setTreeContainsNode(java.lang.String winname,
java.lang.String compname,
java.lang.String node,
java.lang.String resultVar)
Sets a user-defined variable with the result of whether a tree contains the provided node.
|
static ComponentFunction |
DotNetTreeFunctions.setTreeContainsNode(java.lang.String winname,
java.lang.String compname,
java.lang.String node,
java.lang.String resultVar)
Sets a user-defined variable with the result of whether a tree contains the provided node.
|
static ComponentFunction |
TreeViewFunctions.setTreeContainsPartialMatch(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Sets a user-defined variable with the result of whether a tree contains the provided node
according to a partial match of the node's text value.
|
static ComponentFunction |
JavaTreeFunctions.setTreeContainsPartialMatch(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Sets a user-defined variable with the result of whether a tree contains the provided node
according to a partial match of the node's text value.
|
static ComponentFunction |
DotNetTreeFunctions.setTreeContainsPartialMatch(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Sets a user-defined variable with the result of whether a tree contains the provided node
according to a partial match of the node's text value.
|
static ComponentFunction |
TreeViewFunctions.setTreeContainsPartialMatch(java.lang.String winname,
java.lang.String compname,
java.lang.String node,
java.lang.String resultVar)
Sets a user-defined variable with the result of whether a tree contains the provided node
according to a partial match of the node's text value.
|
static ComponentFunction |
JavaTreeFunctions.setTreeContainsPartialMatch(java.lang.String winname,
java.lang.String compname,
java.lang.String node,
java.lang.String resultVar)
Sets a user-defined variable with the result of whether a tree contains the provided node
according to a partial match of the node's text value.
|
static ComponentFunction |
DotNetTreeFunctions.setTreeContainsPartialMatch(java.lang.String winname,
java.lang.String compname,
java.lang.String node,
java.lang.String resultVar)
Sets a user-defined variable with the result of whether a tree contains the provided node
according to a partial match of the node's text value.
|
static ComponentFunction |
EditBoxFunctions.setUnverifiedTextCharacters(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Set the text of the editbox
This action sets the text of the editbox.
|
static ComponentFunction |
EditBoxFunctions.setUnverifiedTextValue(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Set the text of the editbox without verification
This action sets the text of the editbox.
|
static ComponentFunction |
ComboEditBoxFunctions.setUnverifiedTextValue(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Set the text of the ComboEditBox without verification
This action sets the text of the ComboEditBox.
|
static ComponentFunction |
ComboBoxFunctions.setUnverifiedTextValue(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Set the text of the combobox without verification
This action sets the text of the combobox.
|
static ComponentFunction |
FlexSliderFunctions.setValue(java.lang.String winname,
java.lang.String compname,
java.lang.String sliderValue)
Action to set the value of the slider according to its SliderValue.
|
static ComponentFunction |
FlexNumericStepperFunctions.setValue(java.lang.String winname,
java.lang.String compname,
java.lang.String stepperValue)
Action to set the value of the stepper according to its StepperValue.
|
static ComponentFunction |
GenericObjectFunctions.shiftClick(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
A SHIFT click on an object.
|
static ComponentFunction |
GenericObjectFunctions.shiftClick(java.lang.String winname,
java.lang.String compname,
java.lang.String appMapSubkey,
java.lang.String autoScroll)
A SHIFT click on an object.
|
static ComponentFunction |
FPSpreadFunctions.shiftClickCell(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Attempts to perform a single SHIFT+Click on a table cell.
|
static ComponentFunction |
FPSpreadFunctions.shiftClickCell(java.lang.String winname,
java.lang.String compname,
java.lang.String row,
java.lang.String col)
Attempts to perform a single SHIFT+Click on a table cell.
|
static ComponentFunction |
GenericObjectFunctions.shiftClickScreenImage(java.lang.String winname,
java.lang.String compname,
java.lang.String appMapSubKey)
Same as ShiftClick.
|
static ComponentFunction |
TreeViewFunctions.shiftClickUnverifiedTextNode(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Action to blindly SHIFT-click a node according to its text value.
|
static ComponentFunction |
JavaTreeFunctions.shiftClickUnverifiedTextNode(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Action to blindly SHIFT-click a node according to its text value.
|
static ComponentFunction |
DotNetTreeFunctions.shiftClickUnverifiedTextNode(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Action to blindly SHIFT-click a node according to its text value.
|
static ComponentFunction |
GenericObjectFunctions.shiftLeftDrag(java.lang.String winname,
java.lang.String compname,
java.lang.String appMapSubkey)
A SHIFT left mouse drag is performed on the object based on the stored coordinates.
|
static ComponentFunction |
ComboBoxFunctions.showList(java.lang.String winname,
java.lang.String compname)
Show the combo box list (expose it).
|
static ComponentFunction |
GenericMasterFunctions.showOnPage(java.lang.String winname,
java.lang.String compname,
java.lang.String verify)
Make the component visible on the page.
|
static ComponentFunction |
GenericObjectFunctions.tap(java.lang.String winname,
java.lang.String compname)
A single Tap on a touchscreen object.
|
static ComponentFunction |
GenericObjectFunctions.twoFingerTap(java.lang.String winname,
java.lang.String compname)
A two-finger tap on a touchscreen object.
|
static ComponentFunction |
GenericMasterFunctions.typeChars(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Sends literal text keystrokes to whatever has keyboard focus.
|
static ComponentFunction |
GenericMasterFunctions.typeEncryption(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Sends secret-text (such as password) to whatever has keyboard focus.
|
static ComponentFunction |
GenericMasterFunctions.typeEncryption(java.lang.String winname,
java.lang.String compname,
java.lang.String encryptedDataFile,
java.lang.String privateKeyFile)
Sends secret-text (such as password) to whatever has keyboard focus.
|
static ComponentFunction |
GenericMasterFunctions.typeKeys(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Sends keystrokes to whatever has keyboard focus.
|
static ComponentFunction |
CheckBoxFunctions.unCheck(java.lang.String winname,
java.lang.String compname)
Tries to perform a UnCheck on the Checkbox.
|
static ComponentFunction |
TreeViewFunctions.unCheckTextNode(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
UnChecks a node's state icon (checkbox) according to its associated text value.
|
static ComponentFunction |
TreeViewFunctions.unCheckTextNode(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue,
java.lang.String matchIndex)
UnChecks a node's state icon (checkbox) according to its associated text value.
|
static ComponentFunction |
TabControlFunctions.unverifiedClick(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Use UnverifiedClickTab instead (where available).
|
static ComponentFunction |
TabControlFunctions.unverifiedClickTab(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Attempts to perform an unverified Click on a particular Tab on the TabControl
Attempts to perform an unverified Click on a particular Tab on the TabControl.
|
static ComponentFunction |
GenericMasterFunctions.verifyArrayPropertyToFile(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Verify the value of an array property with a benchmark file
Typically, benchmarks are stored in the Datapool\Bench directory.
|
static ComponentFunction |
GenericMasterFunctions.verifyArrayPropertyToFile(java.lang.String winname,
java.lang.String compname,
java.lang.String propertyName,
java.lang.String benchmarkFile,
java.lang.String filterMode,
java.lang.String filterOptions)
Verify the value of an array property with a benchmark file
Typically, benchmarks are stored in the Datapool\Bench directory.
|
static ComponentFunction |
GenericMasterFunctions.verifyBinaryFileToFile(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Verify the current contents of a binary (image, PDF etc.) file with a benchmark file.
|
static ComponentFunction |
GenericMasterFunctions.verifyBinaryFileToFile(java.lang.String winname,
java.lang.String compname,
java.lang.String benchmarkFile,
java.lang.String actualFile,
java.lang.String filterMode,
java.lang.String filterOptions,
java.lang.String alterImageStyle,
java.lang.String alterImageFactor,
java.lang.String pdfResolution)
Verify the current contents of a binary (image, PDF etc.) file with a benchmark file.
|
static ComponentFunction |
HTMLDocumentFunctions.verifyBodySource(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Compares the HTML source of the BODY tag with that of a benchmark file.
|
static ComponentFunction |
HTMLDocumentFunctions.verifyBodySource(java.lang.String winname,
java.lang.String compname,
java.lang.String benchmark,
java.lang.String fileEncoding)
Compares the HTML source of the BODY tag with that of a benchmark file.
|
static ComponentFunction |
HTMLDocumentFunctions.verifyBodyText(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Compares the visible doc text with that of a benchmark file.
|
static ComponentFunction |
HTMLDocumentFunctions.verifyBodyText(java.lang.String winname,
java.lang.String compname,
java.lang.String benchmark,
java.lang.String fileEncoding)
Compares the visible doc text with that of a benchmark file.
|
static ComponentFunction |
ToolBarFunctions.verifyButtonClicked(java.lang.String winname,
java.lang.String compname,
java.lang.String buttonTextValue)
Verifies a particular case-sensitive button text item is selected
Verifies a particular case-sensitive button text item is selected
|
static ComponentFunction |
ToolBarFunctions.verifyButtonCount(java.lang.String winname,
java.lang.String compname,
java.lang.String buttonCount)
Verifies a total button presents in the Toolbar.
|
static ComponentFunction |
ToolBarFunctions.verifyButtonText(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Verifies a particular case-sensitive text (button.key) item exists
Verifies a particular case-sensitive text (button.key) item exists
|
static ComponentFunction |
ToolBarFunctions.verifyButtonText(java.lang.String winname,
java.lang.String compname,
java.lang.String buttonTextValue,
java.lang.String caseInsensitive)
Verifies a particular case-sensitive text (button.key) item exists
Verifies a particular case-sensitive text (button.key) item exists
|
static ComponentFunction |
ToolBarFunctions.verifyButtonUnClicked(java.lang.String winname,
java.lang.String compname,
java.lang.String buttonTextValue)
Verifies a particular case-sensitive button text item is unselected
Verifies a particular case-sensitive button text item is unselected
|
static ComponentFunction |
JavaTableFunctions.verifyCellEditable(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Verifies whether the specified cell is editable.
|
static ComponentFunction |
HTMLTableFunctions.verifyCellEditable(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Verifies whether the specified cell is editable.
|
static ComponentFunction |
DotNetTableFunctions.verifyCellEditable(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Verifies whether the specified cell is editable.
|
static ComponentFunction |
JavaTableFunctions.verifyCellEditable(java.lang.String winname,
java.lang.String compname,
java.lang.String row,
java.lang.String col,
java.lang.String expectedValue)
Verifies whether the specified cell is editable.
|
static ComponentFunction |
HTMLTableFunctions.verifyCellEditable(java.lang.String winname,
java.lang.String compname,
java.lang.String row,
java.lang.String col,
java.lang.String expectedValue)
Verifies whether the specified cell is editable.
|
static ComponentFunction |
DotNetTableFunctions.verifyCellEditable(java.lang.String winname,
java.lang.String compname,
java.lang.String row,
java.lang.String col,
java.lang.String expectedValue)
Verifies whether the specified cell is editable.
|
static ComponentFunction |
JavaTableFunctions.verifyCellText(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Attempts to verify a particular cell value.
|
static ComponentFunction |
HTMLTableFunctions.verifyCellText(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Attempts to verify a particular cell value.
|
static ComponentFunction |
FPSpreadFunctions.verifyCellText(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Verify a specific cell's text.
|
static ComponentFunction |
DotNetTableFunctions.verifyCellText(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Attempts to verify a particular cell value.
|
static ComponentFunction |
JavaTableFunctions.verifyCellText(java.lang.String winname,
java.lang.String compname,
java.lang.String benchValue,
java.lang.String row,
java.lang.String col)
Attempts to verify a particular cell value.
|
static ComponentFunction |
HTMLTableFunctions.verifyCellText(java.lang.String winname,
java.lang.String compname,
java.lang.String benchValue,
java.lang.String row,
java.lang.String col)
Attempts to verify a particular cell value.
|
static ComponentFunction |
FPSpreadFunctions.verifyCellText(java.lang.String winname,
java.lang.String compname,
java.lang.String expectedCellText,
java.lang.String row,
java.lang.String col)
Verify a specific cell's text.
|
static ComponentFunction |
DotNetTableFunctions.verifyCellText(java.lang.String winname,
java.lang.String compname,
java.lang.String benchValue,
java.lang.String row,
java.lang.String col)
Attempts to verify a particular cell value.
|
static ComponentFunction |
JavaTableFunctions.verifyCellTextContains(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Attempts to verify a particular cell value.
|
static ComponentFunction |
HTMLTableFunctions.verifyCellTextContains(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Attempts to verify a particular cell value.
|
static ComponentFunction |
DotNetTableFunctions.verifyCellTextContains(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Attempts to verify a particular cell value.
|
static ComponentFunction |
JavaTableFunctions.verifyCellTextContains(java.lang.String winname,
java.lang.String compname,
java.lang.String benchValue,
java.lang.String row,
java.lang.String col)
Attempts to verify a particular cell value.
|
static ComponentFunction |
HTMLTableFunctions.verifyCellTextContains(java.lang.String winname,
java.lang.String compname,
java.lang.String benchValue,
java.lang.String row,
java.lang.String col)
Attempts to verify a particular cell value.
|
static ComponentFunction |
DotNetTableFunctions.verifyCellTextContains(java.lang.String winname,
java.lang.String compname,
java.lang.String benchValue,
java.lang.String row,
java.lang.String col)
Attempts to verify a particular cell value.
|
static ComponentFunction |
JavaTableFunctions.verifyCellTextFind(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Attempts to verify a particular cell by finding the row based on cell values.
|
static ComponentFunction |
HTMLTableFunctions.verifyCellTextFind(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Attempts to verify a particular cell by finding the row based on cell values.
|
static ComponentFunction |
DotNetTableFunctions.verifyCellTextFind(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Attempts to verify a particular cell by finding the row based on cell values.
|
static ComponentFunction |
JavaTableFunctions.verifyCellTextFind(java.lang.String winname,
java.lang.String compname,
java.lang.String benchValue,
java.lang.String var,
java.lang.String col,
java.lang.String colN,
java.lang.String valueN)
Attempts to verify a particular cell by finding the row based on cell values.
|
static ComponentFunction |
HTMLTableFunctions.verifyCellTextFind(java.lang.String winname,
java.lang.String compname,
java.lang.String benchValue,
java.lang.String var,
java.lang.String col,
java.lang.String colN,
java.lang.String valueN)
Attempts to verify a particular cell by finding the row based on cell values.
|
static ComponentFunction |
DotNetTableFunctions.verifyCellTextFind(java.lang.String winname,
java.lang.String compname,
java.lang.String benchValue,
java.lang.String var,
java.lang.String col,
java.lang.String colN,
java.lang.String valueN)
Attempts to verify a particular cell by finding the row based on cell values.
|
static ComponentFunction |
TableViewFunctions.verifyCellValue(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Verify the contents of a particular cell at position
row, column.
|
static ComponentFunction |
HTMLTableFunctions.verifyCellValue(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Verify the value of a specific Cell.
|
static ComponentFunction |
HTMLTableFunctions.verifyCellValue(java.lang.String winname,
java.lang.String compname,
java.lang.String expectedValue,
java.lang.String cell)
Verify the value of a specific Cell.
|
static ComponentFunction |
TableViewFunctions.verifyCellValue(java.lang.String winname,
java.lang.String compname,
java.lang.String expectedText,
java.lang.String row,
java.lang.String column)
Verify the contents of a particular cell at position
row, column.
|
static ComponentFunction |
GenericMasterFunctions.verifyClipboardToFile(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Verify the current contents of the Windows clipboard with a benchmark file.
|
static ComponentFunction |
GenericMasterFunctions.verifyClipboardToFile(java.lang.String winname,
java.lang.String compname,
java.lang.String benchmarkFile,
java.lang.String filterMode,
java.lang.String filterOptions)
Verify the current contents of the Windows clipboard with a benchmark file.
|
static ComponentFunction |
GenericMasterFunctions.verifyClipboardVP(java.lang.String winname,
java.lang.String compname,
java.lang.String vPName)
Verify the current contents of the Windows clipboard using a Robot ClipboardVP.
|
static ComponentFunction |
JavaTableFunctions.verifyColumnLabel(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Attempts to verify a particular column's label when given a column number.
|
static ComponentFunction |
HTMLTableFunctions.verifyColumnLabel(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Attempts to verify a particular column's label when given a column number.
|
static ComponentFunction |
DotNetTableFunctions.verifyColumnLabel(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Attempts to verify a particular column's label when given a column number.
|
static ComponentFunction |
JavaTableFunctions.verifyColumnLabel(java.lang.String winname,
java.lang.String compname,
java.lang.String colLabel,
java.lang.String colNumber)
Attempts to verify a particular column's label when given a column number.
|
static ComponentFunction |
HTMLTableFunctions.verifyColumnLabel(java.lang.String winname,
java.lang.String compname,
java.lang.String colLabel,
java.lang.String colNumber)
Attempts to verify a particular column's label when given a column number.
|
static ComponentFunction |
DotNetTableFunctions.verifyColumnLabel(java.lang.String winname,
java.lang.String compname,
java.lang.String colLabel,
java.lang.String colNumber)
Attempts to verify a particular column's label when given a column number.
|
static ComponentFunction |
GenericMasterFunctions.verifyComputedStyle(java.lang.String winname,
java.lang.String compname,
java.lang.String benchFile)
Verify a component's 'computed style' against a benchmark file.
|
static ComponentFunction |
DatabaseFunctions.verifyDatabaseNullValue(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Verifies the value of a field in a database table is NULL
Verifies the value of a field in a database table is NULL.
|
static ComponentFunction |
DatabaseFunctions.verifyDatabaseNullValue(java.lang.String winname,
java.lang.String compname,
java.lang.String dBFieldName,
java.lang.String dBTableName,
java.lang.String dBQueryCond,
java.lang.String dBSourceName,
java.lang.String userID,
java.lang.String password,
java.lang.String prompt)
Verifies the value of a field in a database table is NULL
Verifies the value of a field in a database table is NULL.
|
static ComponentFunction |
DatabaseFunctions.verifyDatabaseValue(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Verifies the case-sensitive value of a field in a database table
Verifies the case-sensitive value of a field in a database table.
|
static ComponentFunction |
DatabaseFunctions.verifyDatabaseValue(java.lang.String winname,
java.lang.String compname,
java.lang.String dBFieldName,
java.lang.String dBTableName,
java.lang.String dBQueryCond,
java.lang.String dBSourceName,
java.lang.String userID,
java.lang.String password,
java.lang.String expectedValue,
java.lang.String prompt)
Verifies the case-sensitive value of a field in a database table
Verifies the case-sensitive value of a field in a database table.
|
static ComponentFunction |
DatabaseFunctions.verifyDBNullValue(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Verifies the value of a field in a database table is NULL
Verifies the value of a field in a database table is NULL.
|
static ComponentFunction |
DatabaseFunctions.verifyDBNullValue(java.lang.String winname,
java.lang.String compname,
java.lang.String dBFieldName,
java.lang.String dBTableName,
java.lang.String dBQueryCond,
java.lang.String dBSourceName,
java.lang.String userID,
java.lang.String password,
java.lang.String prompt)
Verifies the value of a field in a database table is NULL
Verifies the value of a field in a database table is NULL.
|
static ComponentFunction |
DatabaseFunctions.verifyDBValue(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Verifies the case-sensitive value of a field in a database table
Verifies the case-sensitive value of a field in a database table.
|
static ComponentFunction |
DatabaseFunctions.verifyDBValue(java.lang.String winname,
java.lang.String compname,
java.lang.String dBFieldName,
java.lang.String dBTableName,
java.lang.String dBQueryCond,
java.lang.String dBSourceName,
java.lang.String userID,
java.lang.String password,
java.lang.String prompt,
java.lang.String expectedValue)
Verifies the case-sensitive value of a field in a database table
Verifies the case-sensitive value of a field in a database table.
|
static ComponentFunction |
SSTreeFunctions.verifyExpandedState(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Routine to verify the state of the Expanded property--True or False--
for the node with the provided text.
|
static ComponentFunction |
SSTreeFunctions.verifyExpandedState(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue,
java.lang.String expectedState)
Routine to verify the state of the Expanded property--True or False--
for the node with the provided text.
|
static ComponentFunction |
GenericMasterFunctions.verifyFileToFile(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Verify the current contents of a text file with a benchmark file (same as VerifyTextFileToFile).
|
static ComponentFunction |
GenericMasterFunctions.verifyFileToFile(java.lang.String winname,
java.lang.String compname,
java.lang.String benchmarkFile,
java.lang.String actualFile,
java.lang.String filterMode,
java.lang.String filterOptions)
Verify the current contents of a text file with a benchmark file (same as VerifyTextFileToFile).
|
static ComponentFunction |
JavaTableFunctions.verifyFuzzyCellText(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Attempts to verify a particular cell value.
|
static ComponentFunction |
HTMLTableFunctions.verifyFuzzyCellText(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Attempts to verify a particular cell value.
|
static ComponentFunction |
DotNetTableFunctions.verifyFuzzyCellText(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Attempts to verify a particular cell value.
|
static ComponentFunction |
JavaTableFunctions.verifyFuzzyCellText(java.lang.String winname,
java.lang.String compname,
java.lang.String benchValue,
java.lang.String row,
java.lang.String col)
Attempts to verify a particular cell value.
|
static ComponentFunction |
HTMLTableFunctions.verifyFuzzyCellText(java.lang.String winname,
java.lang.String compname,
java.lang.String benchValue,
java.lang.String row,
java.lang.String col)
Attempts to verify a particular cell value.
|
static ComponentFunction |
DotNetTableFunctions.verifyFuzzyCellText(java.lang.String winname,
java.lang.String compname,
java.lang.String benchValue,
java.lang.String row,
java.lang.String col)
Attempts to verify a particular cell value.
|
static ComponentFunction |
JavaTableFunctions.verifyFuzzyCellTextContains(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Attempts to verify a particular cell value.
|
static ComponentFunction |
HTMLTableFunctions.verifyFuzzyCellTextContains(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Attempts to verify a particular cell value.
|
static ComponentFunction |
DotNetTableFunctions.verifyFuzzyCellTextContains(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Attempts to verify a particular cell value.
|
static ComponentFunction |
JavaTableFunctions.verifyFuzzyCellTextContains(java.lang.String winname,
java.lang.String compname,
java.lang.String benchValue,
java.lang.String row,
java.lang.String col)
Attempts to verify a particular cell value.
|
static ComponentFunction |
HTMLTableFunctions.verifyFuzzyCellTextContains(java.lang.String winname,
java.lang.String compname,
java.lang.String benchValue,
java.lang.String row,
java.lang.String col)
Attempts to verify a particular cell value.
|
static ComponentFunction |
DotNetTableFunctions.verifyFuzzyCellTextContains(java.lang.String winname,
java.lang.String compname,
java.lang.String benchValue,
java.lang.String row,
java.lang.String col)
Attempts to verify a particular cell value.
|
static ComponentFunction |
JavaTableFunctions.verifyFuzzyCellTextFind(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Attempts to verify a particular cell by finding the row based on fuzzy cell values.
|
static ComponentFunction |
HTMLTableFunctions.verifyFuzzyCellTextFind(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Attempts to verify a particular cell by finding the row based on fuzzy cell values.
|
static ComponentFunction |
DotNetTableFunctions.verifyFuzzyCellTextFind(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Attempts to verify a particular cell by finding the row based on fuzzy cell values.
|
static ComponentFunction |
JavaTableFunctions.verifyFuzzyCellTextFind(java.lang.String winname,
java.lang.String compname,
java.lang.String benchValue,
java.lang.String var,
java.lang.String col,
java.lang.String colN,
java.lang.String valueN)
Attempts to verify a particular cell by finding the row based on fuzzy cell values.
|
static ComponentFunction |
HTMLTableFunctions.verifyFuzzyCellTextFind(java.lang.String winname,
java.lang.String compname,
java.lang.String benchValue,
java.lang.String var,
java.lang.String col,
java.lang.String colN,
java.lang.String valueN)
Attempts to verify a particular cell by finding the row based on fuzzy cell values.
|
static ComponentFunction |
DotNetTableFunctions.verifyFuzzyCellTextFind(java.lang.String winname,
java.lang.String compname,
java.lang.String benchValue,
java.lang.String var,
java.lang.String col,
java.lang.String colN,
java.lang.String valueN)
Attempts to verify a particular cell by finding the row based on fuzzy cell values.
|
static ComponentFunction |
GenericMasterFunctions.verifyGUIImageToFile(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Verify the screen shot of a GUI component with a benchmark image file
Verify the screen shot of a GUI component with a benchmark image file.
|
static ComponentFunction |
GenericMasterFunctions.verifyGUIImageToFile(java.lang.String winname,
java.lang.String compname,
java.lang.String benchmarkFile,
java.lang.String subArea,
java.lang.String percentageTolerance,
java.lang.String uUIDFlag,
java.lang.String filteredAreas)
Verify the screen shot of a GUI component with a benchmark image file
Verify the screen shot of a GUI component with a benchmark image file.
|
static ComponentFunction |
HTMLImageFunctions.verifyHTMLImage(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Attempts to verify an HTMLImage on a webpage to a benchmark file.
|
static ComponentFunction |
HTMLImageFunctions.verifyHTMLImage(java.lang.String winname,
java.lang.String compname,
java.lang.String benchmarkFile,
java.lang.String coords)
Attempts to verify an HTMLImage on a webpage to a benchmark file.
|
static ComponentFunction |
WindowFunctions.verifyImage(java.lang.String winname,
java.lang.String compname,
java.lang.String vPAsset)
Performs a WindowVP CompareImage OR a RegionImageVP on an object.
|
static ComponentFunction |
GenericObjectFunctions.verifyImage(java.lang.String winname,
java.lang.String compname,
java.lang.String vPAsset)
Performs a GenericObjectVP CompareImage OR a RegionImageVP on an object.
|
static ComponentFunction |
ListBoxFunctions.verifyItem(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Verifies a particular case-sensitive item based on index is equal
to a particular value.
|
static ComponentFunction |
ListBoxFunctions.verifyItem(java.lang.String winname,
java.lang.String compname,
java.lang.String index,
java.lang.String textValue)
Verifies a particular case-sensitive item based on index is equal
to a particular value.
|
static ComponentFunction |
ListViewFunctions.verifyItemUnselected(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Verifies a particular case-sensitive text item is NOT selected.
|
static ComponentFunction |
ListBoxFunctions.verifyItemUnselected(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Verifies a particular case-sensitive text item is NOT selected.
|
static ComponentFunction |
ListViewFunctions.verifyListContains(java.lang.String winname,
java.lang.String compname,
java.lang.String itemText)
Verify that a list view contains the provided item.
|
static ComponentFunction |
ListBoxFunctions.verifyListContains(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Verifies a particular list-item exists in the list (somewhere)
Verifies a particular list-item exists in the list (somewhere).
|
static ComponentFunction |
ListBoxFunctions.verifyListContains(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue,
java.lang.String caseSensitive)
Verifies a particular list-item exists in the list (somewhere)
Verifies a particular list-item exists in the list (somewhere).
|
static ComponentFunction |
ListBoxFunctions.verifyListContainsPartialMatch(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Verifies a particular list-item substring exists in the list (somewhere)
Verifies a particular list-item substring exists in the list (somewhere).
|
static ComponentFunction |
ListBoxFunctions.verifyListContainsPartialMatch(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue,
java.lang.String caseSensitive)
Verifies a particular list-item substring exists in the list (somewhere)
Verifies a particular list-item substring exists in the list (somewhere).
|
static ComponentFunction |
ListBoxFunctions.verifyListDoesNotContain(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Verifies a particular list-item does NOT exists in the list (somewhere)
Verifies a particular list-item does NOT exists in the list (somewhere).
|
static ComponentFunction |
ListBoxFunctions.verifyListDoesNotContain(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue,
java.lang.String caseSensitive)
Verifies a particular list-item does NOT exists in the list (somewhere)
Verifies a particular list-item does NOT exists in the list (somewhere).
|
static ComponentFunction |
ListBoxFunctions.verifyListDoesNotContainPartialMatch(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Verifies a particular list-item substring does NOT exists in the list (somewhere)
Verifies a particular list-item substring does NOT exists in the list (somewhere).
|
static ComponentFunction |
ListBoxFunctions.verifyListDoesNotContainPartialMatch(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue,
java.lang.String caseSensitive)
Verifies a particular list-item substring does NOT exists in the list (somewhere)
Verifies a particular list-item substring does NOT exists in the list (somewhere).
|
static ComponentFunction |
WindowFunctions.verifyMainMenu(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Compares the active windows menu system with a benchmark
Retrieves the active windows menu system and outputs the full structure
with status to a file.
|
static ComponentFunction |
WindowFunctions.verifyMainMenu(java.lang.String winname,
java.lang.String compname,
java.lang.String benchmarkFile,
java.lang.String descriptiveText,
java.lang.String testFile,
java.lang.String diffFile)
Compares the active windows menu system with a benchmark
Retrieves the active windows menu system and outputs the full structure
with status to a file.
|
static ComponentFunction |
WindowFunctions.verifyMenuID(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Attempts to verify the state information of a particular menuitem
identified by MenuID.
|
static ComponentFunction |
WindowFunctions.verifyMenuID(java.lang.String winname,
java.lang.String compname,
java.lang.String menuID,
java.lang.String expectedStatus)
Attempts to verify the state information of a particular menuitem
identified by MenuID.
|
static ComponentFunction |
ListBoxFunctions.verifyMenuItem(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Verifies a particular case-sensitive menu-item exists
in the list (somewhere)
Verifies a particular case-sensitive menu-item exists
in the list (somewhere)
|
static ComponentFunction |
WindowFunctions.verifyMenuItem(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Attempts to verify the state information of a particular text string menuitem.
|
static ComponentFunction |
JavaMenuFunctions.verifyMenuItem(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Attempts to verify the a particular menuitem exists in a menu.
|
static ComponentFunction |
DotNetMenuFunctions.verifyMenuItem(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Attempts to verify the a particular menuitem exists in a menu.
|
static ComponentFunction |
WindowFunctions.verifyMenuItem(java.lang.String winname,
java.lang.String compname,
java.lang.String menuItemText,
java.lang.String expectedStatus)
Attempts to verify the state information of a particular text string menuitem.
|
static ComponentFunction |
DotNetMenuFunctions.verifyMenuItem(java.lang.String winname,
java.lang.String compname,
java.lang.String menuItemText,
java.lang.String expectedStatus)
Attempts to verify the a particular menuitem exists in a menu.
|
static ComponentFunction |
JavaMenuFunctions.verifyMenuItem(java.lang.String winname,
java.lang.String compname,
java.lang.String menuItemText,
java.lang.String expectedStatus,
java.lang.String indexPath)
Attempts to verify the a particular menuitem exists in a menu.
|
static ComponentFunction |
WindowFunctions.verifyMenuItemContains(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Attempts to verify the state information of a menuitem found by partial text match.
|
static ComponentFunction |
JavaMenuFunctions.verifyMenuItemContains(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Attempts to verify the existence of a menuitem found by partial text match.
|
static ComponentFunction |
DotNetMenuFunctions.verifyMenuItemContains(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Attempts to verify the existence of a menuitem found by partial text match.
|
static ComponentFunction |
WindowFunctions.verifyMenuItemContains(java.lang.String winname,
java.lang.String compname,
java.lang.String menuItemText,
java.lang.String expectedStatus)
Attempts to verify the state information of a menuitem found by partial text match.
|
static ComponentFunction |
DotNetMenuFunctions.verifyMenuItemContains(java.lang.String winname,
java.lang.String compname,
java.lang.String menuItemText,
java.lang.String expectedStatus)
Attempts to verify the existence of a menuitem found by partial text match.
|
static ComponentFunction |
JavaMenuFunctions.verifyMenuItemContains(java.lang.String winname,
java.lang.String compname,
java.lang.String menuItemText,
java.lang.String expectedStatus,
java.lang.String indexPath)
Attempts to verify the existence of a menuitem found by partial text match.
|
static ComponentFunction |
ListBoxFunctions.verifyMenuPartialMatch(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Verifies a particular case-insensitive menu-item
substring exists in the list (somewhere)
Verifies a particular case-insensitive menu-item
substring exists in the list (somewhere)
|
static ComponentFunction |
TreeViewFunctions.verifyNodeUnselected(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Action to verify a particular text node is NOT selected.
|
static ComponentFunction |
GenericMasterFunctions.verifyObjectDataToFile(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Verify the current contents of an object's data with a benchmark file.
|
static ComponentFunction |
GenericMasterFunctions.verifyObjectDataToFile(java.lang.String winname,
java.lang.String compname,
java.lang.String benchmarkFile,
java.lang.String fileEncoding,
java.lang.String filterMode,
java.lang.String filterOptions)
Verify the current contents of an object's data with a benchmark file.
|
static ComponentFunction |
WindowFunctions.verifyOCRValue(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Performs an UNLOGGED WindowVP CompareImage OR a RegionImageVP on an
object then attempts to retrieve and compare OCR text to the expected
value provided.
|
static ComponentFunction |
WindowFunctions.verifyOCRValue(java.lang.String winname,
java.lang.String compname,
java.lang.String vPAsset,
java.lang.String oCRIntegerValue,
java.lang.String expectedTextValue)
Performs an UNLOGGED WindowVP CompareImage OR a RegionImageVP on an
object then attempts to retrieve and compare OCR text to the expected
value provided.
|
static ComponentFunction |
ListBoxFunctions.verifyPartialMatch(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Verifies a particular case-insensitive item based on
index is has as substring a particular value.
|
static ComponentFunction |
ListBoxFunctions.verifyPartialMatch(java.lang.String winname,
java.lang.String compname,
java.lang.String index,
java.lang.String textValue)
Verifies a particular case-insensitive item based on
index is has as substring a particular value.
|
static ComponentFunction |
PopupMenuFunctions.verifyPopupMenu(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Verify the complete status of the current popup menu with a benchmark file.
|
static ComponentFunction |
PopupMenuFunctions.verifyPopupMenu(java.lang.String winname,
java.lang.String compname,
java.lang.String benchmarkFile,
java.lang.String headerText,
java.lang.String actualFile,
java.lang.String diffFile)
Verify the complete status of the current popup menu with a benchmark file.
|
static ComponentFunction |
PopupMenuFunctions.verifyPopupMenuID(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Verify the state of a menuItem via its menuID in the currently active popup menu.
|
static ComponentFunction |
PopupMenuFunctions.verifyPopupMenuID(java.lang.String winname,
java.lang.String compname,
java.lang.String menuItemID,
java.lang.String stateInfo)
Verify the state of a menuItem via its menuID in the currently active popup menu.
|
static ComponentFunction |
PopupMenuFunctions.verifyPopupMenuItem(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Verify the state of a menuItem found via its text in the currently active popup menu.
|
static ComponentFunction |
PopupMenuFunctions.verifyPopupMenuItem(java.lang.String winname,
java.lang.String compname,
java.lang.String menuItemText,
java.lang.String stateInfo)
Verify the state of a menuItem found via its text in the currently active popup menu.
|
static ComponentFunction |
PopupMenuFunctions.verifyPopupMenuPartialMatch(java.lang.String winname,
java.lang.String compname,
java.lang.String menuItemText)
Verify if a menuItem contains a substring
Verify if a menuItem contains a substring
For Java popups: Valid recognition information for the Java window and
"child" popup menu must be provided.
|
static ComponentFunction |
GenericMasterFunctions.verifyPropertiesSubsetToFile(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Compare/Verify the subset of properties of a test object with the values stored in a benchmark file.
|
static ComponentFunction |
GenericMasterFunctions.verifyPropertiesSubsetToFile(java.lang.String winname,
java.lang.String compname,
java.lang.String benchFile,
java.lang.String fileEncoding)
Compare/Verify the subset of properties of a test object with the values stored in a benchmark file.
|
static ComponentFunction |
GenericMasterFunctions.verifyPropertiesToFile(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Compare/Verify ALL of the value properties of a test object with a benchmark file.
|
static ComponentFunction |
GenericMasterFunctions.verifyPropertiesToFile(java.lang.String winname,
java.lang.String compname,
java.lang.String benchFile,
java.lang.String fileEncoding)
Compare/Verify ALL of the value properties of a test object with a benchmark file.
|
static ComponentFunction |
GenericMasterFunctions.verifyProperty(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Verify the value of a single object property
|
static ComponentFunction |
GenericMasterFunctions.verifyProperty(java.lang.String winname,
java.lang.String compname,
java.lang.String propertyName,
java.lang.String expectedValue,
java.lang.String caseInsensitive)
Verify the value of a single object property
|
static ComponentFunction |
GenericMasterFunctions.verifyPropertyContains(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Verify that the value of an object property contains a string
|
static ComponentFunction |
GenericMasterFunctions.verifyPropertyContains(java.lang.String winname,
java.lang.String compname,
java.lang.String propertyName,
java.lang.String searchString,
java.lang.String caseInsensitive)
Verify that the value of an object property contains a string
|
static ComponentFunction |
GenericMasterFunctions.verifyPropertyToFile(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Verify the value of a single object property with a benchmark file
Verify the value of a single object property with a benchmark file.
|
static ComponentFunction |
GenericMasterFunctions.verifyPropertyToFile(java.lang.String winname,
java.lang.String compname,
java.lang.String propertyName,
java.lang.String benchmarkFile,
java.lang.String fileEncoding,
java.lang.String filterMode,
java.lang.String filterOptions)
Verify the value of a single object property with a benchmark file
Verify the value of a single object property with a benchmark file.
|
static ComponentFunction |
ComboBoxFunctions.verifySelected(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Verify Selected item is equal to specified parameter
Verify Selected item is equal to specified parameter
|
static ComponentFunction |
ListViewFunctions.verifySelectedItem(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Verifies a particular case-sensitive text item is selected
|
static ComponentFunction |
ListBoxFunctions.verifySelectedItem(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Verifies a particular case-sensitive text item is selected
Verifies a particular case-sensitive text item is selected
|
static ComponentFunction |
TreeViewFunctions.verifySelectedNode(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Action to verify a particular text node is selected.
|
static ComponentFunction |
ListBoxFunctions.verifySelectedPartialMatch(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Verifies a particular case-sensitive item is selected
based on a substring match.
|
static ComponentFunction |
SSTreeFunctions.verifySelectedText(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue)
Routine to verify the text of the currently selected node.
|
static ComponentFunction |
TreeViewFunctions.verifyStateIcon(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Action to verify a particular state icon is selected/Checked.
|
static ComponentFunction |
TreeViewFunctions.verifyStateIcon(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue,
java.lang.String matchIndex)
Action to verify a particular state icon is selected/Checked.
|
static ComponentFunction |
TreeViewFunctions.verifyStateIconUnselected(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Action to verify a particular state icon is NOT selected.
|
static ComponentFunction |
TreeViewFunctions.verifyStateIconUnselected(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue,
java.lang.String matchIndex)
Action to verify a particular state icon is NOT selected.
|
static ComponentFunction |
GenericMasterFunctions.verifyTabOrder(java.lang.String winname,
java.lang.String compname,
java.lang.String fileName)
Attempts to verify the tab order of the specified object--usually a Window.
|
static ComponentFunction |
GenericMasterFunctions.verifyTextFileToFile(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Verify the current contents of a text file with a benchmark file (same as VerifyFileToFile).
|
static ComponentFunction |
GenericMasterFunctions.verifyTextFileToFile(java.lang.String winname,
java.lang.String compname,
java.lang.String benchmarkFile,
java.lang.String actualFile,
java.lang.String filterMode,
java.lang.String filterOptions)
Verify the current contents of a text file with a benchmark file (same as VerifyFileToFile).
|
static ComponentFunction |
TreeViewFunctions.verifyTextNodeChecked(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Action to verify a particular state icon is selected.
|
static ComponentFunction |
TreeViewFunctions.verifyTextNodeChecked(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue,
java.lang.String matchIndex)
Action to verify a particular state icon is selected.
|
static ComponentFunction |
TreeViewFunctions.verifyTextNodeUnChecked(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Action to verify a particular state icon is NOT checked.
|
static ComponentFunction |
TreeViewFunctions.verifyTextNodeUnChecked(java.lang.String winname,
java.lang.String compname,
java.lang.String textValue,
java.lang.String matchIndex)
Action to verify a particular state icon is NOT checked.
|
static ComponentFunction |
TreeViewFunctions.verifyTreeContainsNode(java.lang.String winname,
java.lang.String compname,
java.lang.String node)
Verify that a tree contains the provided node.
|
static ComponentFunction |
JavaTreeFunctions.verifyTreeContainsNode(java.lang.String winname,
java.lang.String compname,
java.lang.String node)
Verify that a tree contains the provided node.
|
static ComponentFunction |
DotNetTreeFunctions.verifyTreeContainsNode(java.lang.String winname,
java.lang.String compname,
java.lang.String node)
Verify that a tree contains the provided node.
|
static ComponentFunction |
TreeViewFunctions.verifyTreeContainsPartialMatch(java.lang.String winname,
java.lang.String compname,
java.lang.String node)
Verify that a tree contains the provided node according to a partial match of the node's text value.
|
static ComponentFunction |
JavaTreeFunctions.verifyTreeContainsPartialMatch(java.lang.String winname,
java.lang.String compname,
java.lang.String node)
Verify that a tree contains the provided node according to a partial match of the node's text value.
|
static ComponentFunction |
DotNetTreeFunctions.verifyTreeContainsPartialMatch(java.lang.String winname,
java.lang.String compname,
java.lang.String node)
Verify that a tree contains the provided node according to a partial match of the node's text value.
|
static ComponentFunction |
GenericMasterFunctions.verifyValueContains(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Verify that a string value contains a substring
|
static ComponentFunction |
GenericMasterFunctions.verifyValueContains(java.lang.String winname,
java.lang.String compname,
java.lang.String value,
java.lang.String searchString,
java.lang.String suppressValue)
Verify that a string value contains a substring
|
static ComponentFunction |
GenericMasterFunctions.verifyValueContainsIgnoreCase(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Verify that a string value contains a substring, ignoring case.
|
static ComponentFunction |
GenericMasterFunctions.verifyValueContainsIgnoreCase(java.lang.String winname,
java.lang.String compname,
java.lang.String value,
java.lang.String searchString,
java.lang.String suppressValue)
Verify that a string value contains a substring, ignoring case.
|
static ComponentFunction |
GenericMasterFunctions.verifyValueDoesNotContain(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Verify that a string value does NOT contain a substring
|
static ComponentFunction |
GenericMasterFunctions.verifyValueDoesNotContain(java.lang.String winname,
java.lang.String compname,
java.lang.String value,
java.lang.String searchString,
java.lang.String suppressValue)
Verify that a string value does NOT contain a substring
|
static ComponentFunction |
GenericMasterFunctions.verifyValues(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Verify that two string values are identical.
|
static ComponentFunction |
GenericMasterFunctions.verifyValues(java.lang.String winname,
java.lang.String compname,
java.lang.String value1,
java.lang.String value2,
java.lang.String suppressValue)
Verify that two string values are identical.
|
static ComponentFunction |
GenericMasterFunctions.verifyValuesIgnoreCase(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Verify that two string values are identical, ignoring case.
|
static ComponentFunction |
GenericMasterFunctions.verifyValuesIgnoreCase(java.lang.String winname,
java.lang.String compname,
java.lang.String value1,
java.lang.String value2,
java.lang.String suppressValue)
Verify that two string values are identical, ignoring case.
|
static ComponentFunction |
GenericMasterFunctions.verifyValuesNotEqual(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Verify that two string values are NOT identical.
|
static ComponentFunction |
GenericMasterFunctions.verifyValuesNotEqual(java.lang.String winname,
java.lang.String compname,
java.lang.String value1,
java.lang.String value2,
java.lang.String suppressValue)
Verify that two string values are NOT identical.
|
static ComponentFunction |
VSFlexGridFunctions.verifyValuesToFile(java.lang.String winname,
java.lang.String compname,
java.lang.String[] parameters)
Verify the string values of a grid block to a file benchmark.
|
static ComponentFunction |
VSFlexGridFunctions.verifyValuesToFile(java.lang.String winname,
java.lang.String compname,
java.lang.String benchmarkFile,
java.lang.String rowMin,
java.lang.String rowMax,
java.lang.String colMin,
java.lang.String colMax)
Verify the string values of a grid block to a file benchmark.
|
static ComponentFunction |
GenericObjectFunctions.vScrollTo(java.lang.String winname,
java.lang.String compname,
java.lang.String pOSITION)
Attempts to perform a VScrollTo on an object.
|
Modifier and Type | Method and Description |
---|---|
ComponentFunction |
JavaTable.activateCell(java.lang.String[] parameters)
Attempts to perform a double click on a JavaTable cell.
|
ComponentFunction |
HTMLTable.activateCell(java.lang.String[] parameters)
Attempts to perform a double click on a Table cell.
|
ComponentFunction |
DotNetTable.activateCell(java.lang.String[] parameters)
Attempts to perform a double click on a DotNetTable cell.
|
ComponentFunction |
JavaTable.activateCell(java.lang.String row,
java.lang.String col)
Attempts to perform a double click on a JavaTable cell.
|
ComponentFunction |
HTMLTable.activateCell(java.lang.String row,
java.lang.String col)
Attempts to perform a double click on a Table cell.
|
ComponentFunction |
DotNetTable.activateCell(java.lang.String row,
java.lang.String col)
Attempts to perform a double click on a DotNetTable cell.
|
ComponentFunction |
JavaTable.activateColumnLabel(java.lang.String[] parameters)
Double clicks on the label of the specified column.
|
ComponentFunction |
DotNetTable.activateColumnLabel(java.lang.String[] parameters)
Double clicks on the label of the specified column.
|
ComponentFunction |
JavaTable.activateColumnLabel(java.lang.String colNumber,
java.lang.String yOffset)
Double clicks on the label of the specified column.
|
ComponentFunction |
DotNetTable.activateColumnLabel(java.lang.String colNumber,
java.lang.String yOffset)
Double clicks on the label of the specified column.
|
ComponentFunction |
ListView.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.
|
ComponentFunction |
ListView.activateIndexItem(java.lang.String indexValue)
Routine to double click an item according to its index in the list.
|
ComponentFunction |
ListBox.activatePartialMatch(java.lang.String textValue)
Routine to DblClick and Verify an item according to a partial text match.
|
ComponentFunction |
ListView.activatePartialMatch(java.lang.String[] parameters)
Routine to double click an item according to a partial text match.
|
ComponentFunction |
ListView.activatePartialMatch(java.lang.String partialTextValue,
java.lang.String matchIndex)
Routine to double click an item according to a partial text match.
|
ComponentFunction |
TableView.activateTableRow(java.lang.String row)
Activate the specified row in the table.
|
ComponentFunction |
ListBox.activateTextItem(java.lang.String textValue)
Routine to DblClick and Verify an item according to its text value.
|
ComponentFunction |
ListView.activateTextItem(java.lang.String[] parameters)
Routine to double click an item according to its text value.
|
ComponentFunction |
ListView.activateTextItem(java.lang.String selectTextValue,
java.lang.String matchIndex)
Routine to double click an item according to its text value.
|
ComponentFunction |
ListView.activateTextItemCoords(java.lang.String[] parameters)
Double click a text item at specific Coords.
|
ComponentFunction |
ListView.activateTextItemCoords(java.lang.String selectTextValue,
java.lang.String coords,
java.lang.String matchIndex)
Double click a text item at specific Coords.
|
ComponentFunction |
ListBox.activateUnverifiedPartialMatch(java.lang.String textValue)
DblClicks an item according to a partial text match.
|
ComponentFunction |
ListBox.activateUnverifiedTextItem(java.lang.String textValue)
Routine to DblClick an item according to its text value.
|
ComponentFunction |
ListView.activateUnverifiedTextItem(java.lang.String[] parameters)
Routine to double click an unverifiable item according to its text value.
|
ComponentFunction |
ListView.activateUnverifiedTextItem(java.lang.String selectTextValue,
java.lang.String matchIndex)
Routine to double click an unverifiable item according to its text value.
|
ComponentFunction |
ListView.activateUnverifiedTextItemCoords(java.lang.String[] parameters)
Double click an unverifiable text item at specific Coords.
|
ComponentFunction |
ListView.activateUnverifiedTextItemCoords(java.lang.String selectTextValue,
java.lang.String coords,
java.lang.String matchIndex)
Double click an unverifiable text item at specific Coords.
|
ComponentFunction |
TreeView.activateUnverifiedTextNode(java.lang.String[] parameters)
Action to (almost) blindly activate (double-click) a text node.
|
ComponentFunction |
TreeView.activateUnverifiedTextNode(java.lang.String textValue,
java.lang.String matchIndex)
Action to (almost) blindly activate (double-click) a text node.
|
ComponentFunction |
GenericObject.altClick(java.lang.String[] parameters)
A ALT-click on an object.
|
ComponentFunction |
GenericObject.altClick(java.lang.String appMapSubkey,
java.lang.String autoScroll)
A ALT-click on an object.
|
ComponentFunction |
GenericObject.altLeftDrag(java.lang.String appMapSubkey)
An ALT left mouse drag is performed on the object based on the stored coordinates.
|
ComponentFunction |
JavaTable.assignCellContainsTextRow(java.lang.String[] parameters)
Assigns a user-defined variable a row # based on partial matching cell values.
|
ComponentFunction |
HTMLTable.assignCellContainsTextRow(java.lang.String[] parameters)
Assigns a user-defined variable a row # based on partial matching cell values.
|
ComponentFunction |
DotNetTable.assignCellContainsTextRow(java.lang.String[] parameters)
Assigns a user-defined variable a row # based on partial matching cell values.
|
ComponentFunction |
JavaTable.assignCellContainsTextRow(java.lang.String var,
java.lang.String col,
java.lang.String colN,
java.lang.String valueN)
Assigns a user-defined variable a row # based on partial matching cell values.
|
ComponentFunction |
HTMLTable.assignCellContainsTextRow(java.lang.String var,
java.lang.String col,
java.lang.String colN,
java.lang.String valueN)
Assigns a user-defined variable a row # based on partial matching cell values.
|
ComponentFunction |
DotNetTable.assignCellContainsTextRow(java.lang.String var,
java.lang.String col,
java.lang.String colN,
java.lang.String valueN)
Assigns a user-defined variable a row # based on partial matching cell values.
|
ComponentFunction |
JavaTable.assignCellTextRow(java.lang.String[] parameters)
Assigns a user-defined variable a row # based on matching cell values.
|
ComponentFunction |
HTMLTable.assignCellTextRow(java.lang.String[] parameters)
Assigns a user-defined variable a row # based on matching cell values.
|
ComponentFunction |
DotNetTable.assignCellTextRow(java.lang.String[] parameters)
Assigns a user-defined variable a row # based on matching cell values.
|
ComponentFunction |
JavaTable.assignCellTextRow(java.lang.String var,
java.lang.String col,
java.lang.String colN,
java.lang.String valueN)
Assigns a user-defined variable a row # based on matching cell values.
|
ComponentFunction |
HTMLTable.assignCellTextRow(java.lang.String var,
java.lang.String col,
java.lang.String colN,
java.lang.String valueN)
Assigns a user-defined variable a row # based on matching cell values.
|
ComponentFunction |
DotNetTable.assignCellTextRow(java.lang.String var,
java.lang.String col,
java.lang.String colN,
java.lang.String valueN)
Assigns a user-defined variable a row # based on matching cell values.
|
ComponentFunction |
ListView.assignCellValue(java.lang.String[] parameters)
Assigns the value of a cell in a listview to a variable.
|
ComponentFunction |
ListView.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.
|
ComponentFunction |
GenericMaster.assignPropertyVariable(java.lang.String[] parameters)
Assign the string value of an object property to a specific DDVariable
Assign the string value of an object property to a specific DDVariable.
|
ComponentFunction |
GenericMaster.assignPropertyVariable(java.lang.String propertyName,
java.lang.String variableName,
java.lang.String suppressValue)
Assign the string value of an object property to a specific DDVariable
Assign the string value of an object property to a specific DDVariable.
|
ComponentFunction |
JavaTable.assignVariableCellText(java.lang.String[] parameters)
Attempts to extract a particular cell value and assign
it to the provided variable name.
|
ComponentFunction |
HTMLTable.assignVariableCellText(java.lang.String[] parameters)
Attempts to extract a particular cell value and assign
it to the provided variable name.
|
ComponentFunction |
DotNetTable.assignVariableCellText(java.lang.String[] parameters)
Attempts to extract a particular cell value and assign
it to the provided variable name.
|
ComponentFunction |
JavaTable.assignVariableCellText(java.lang.String variableName,
java.lang.String row,
java.lang.String col)
Attempts to extract a particular cell value and assign
it to the provided variable name.
|
ComponentFunction |
HTMLTable.assignVariableCellText(java.lang.String variableName,
java.lang.String row,
java.lang.String col)
Attempts to extract a particular cell value and assign
it to the provided variable name.
|
ComponentFunction |
DotNetTable.assignVariableCellText(java.lang.String variableName,
java.lang.String row,
java.lang.String col)
Attempts to extract a particular cell value and assign
it to the provided variable name.
|
ComponentFunction |
JavaTable.assignVariableFuzzyCellText(java.lang.String[] parameters)
Attempts to extract a particular cell value and assign
it to the provided variable name.
|
ComponentFunction |
DotNetTable.assignVariableFuzzyCellText(java.lang.String[] parameters)
Attempts to extract a particular cell value and assign
it to the provided variable name.
|
ComponentFunction |
JavaTable.assignVariableFuzzyCellText(java.lang.String variableName,
java.lang.String row,
java.lang.String col)
Attempts to extract a particular cell value and assign
it to the provided variable name.
|
ComponentFunction |
DotNetTable.assignVariableFuzzyCellText(java.lang.String variableName,
java.lang.String row,
java.lang.String col)
Attempts to extract a particular cell value and assign
it to the provided variable name.
|
ComponentFunction |
HTMLDocument.captureBodySourceToFile(java.lang.String[] parameters)
Captures the HTML source of the BODY tag into a file.
|
ComponentFunction |
HTMLDocument.captureBodySourceToFile(java.lang.String filename,
java.lang.String fileEncoding)
Captures the HTML source of the BODY tag into a file.
|
ComponentFunction |
HTMLDocument.captureBodyTextToFile(java.lang.String[] parameters)
Captures the visible document text into a file.
|
ComponentFunction |
HTMLDocument.captureBodyTextToFile(java.lang.String filename,
java.lang.String fileEncoding)
Captures the visible document text into a file.
|
ComponentFunction |
JavaTable.captureFuzzyRangeToFile(java.lang.String[] parameters)
Saves a range of values to the specified file.
|
ComponentFunction |
HTMLTable.captureFuzzyRangeToFile(java.lang.String[] parameters)
Saves a range of values to the specified file.
|
ComponentFunction |
DotNetTable.captureFuzzyRangeToFile(java.lang.String[] parameters)
Saves a range of values to the specified file.
|
ComponentFunction |
JavaTable.captureFuzzyRangeToFile(java.lang.String fileName,
java.lang.String row,
java.lang.String col,
java.lang.String rows,
java.lang.String columns,
java.lang.String fileEncoding,
java.lang.String filterMode,
java.lang.String filterOptions)
Saves a range of values to the specified file.
|
ComponentFunction |
HTMLTable.captureFuzzyRangeToFile(java.lang.String fileName,
java.lang.String row,
java.lang.String col,
java.lang.String rows,
java.lang.String columns,
java.lang.String fileEncoding,
java.lang.String filterMode,
java.lang.String filterOptions)
Saves a range of values to the specified file.
|
ComponentFunction |
DotNetTable.captureFuzzyRangeToFile(java.lang.String fileName,
java.lang.String row,
java.lang.String col,
java.lang.String rows,
java.lang.String columns,
java.lang.String fileEncoding,
java.lang.String filterMode,
java.lang.String filterOptions)
Saves a range of values to the specified file.
|
ComponentFunction |
ListView.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 |
ListBox.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 |
ComboBox.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 |
ListView.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)
|
ComponentFunction |
ListBox.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)
|
ComponentFunction |
ComboBox.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)
|
ComponentFunction |
GenericMaster.captureObjectDataToFile(java.lang.String[] parameters)
Copy the current contents of an object's data to a file.
|
ComponentFunction |
GenericMaster.captureObjectDataToFile(java.lang.String file,
java.lang.String fileEncoding,
java.lang.String filterMode,
java.lang.String filterOptions)
Copy the current contents of an object's data to a file.
|
ComponentFunction |
GenericMaster.capturePropertiesToFile(java.lang.String[] parameters)
Copy all of the value properties a test object to a file.
|
ComponentFunction |
GenericMaster.capturePropertiesToFile(java.lang.String file,
java.lang.String fileEncoding)
Copy all of the value properties a test object to a file.
|
ComponentFunction |
GenericMaster.capturePropertyToFile(java.lang.String[] parameters)
Copy a propertie's value of a test object to to a file.
|
ComponentFunction |
GenericMaster.capturePropertyToFile(java.lang.String propertyName,
java.lang.String file,
java.lang.String fileEncoding)
Copy a propertie's value of a test object to to a file.
|
ComponentFunction |
FPSpread.captureRangeToFile(java.lang.String capturedFile)
Capture the grid data to the specified file.
|
ComponentFunction |
JavaTable.captureRangeToFile(java.lang.String[] parameters)
Saves a range of values to the specified file.
|
ComponentFunction |
HTMLTable.captureRangeToFile(java.lang.String[] parameters)
Saves a range of values to the specified file.
|
ComponentFunction |
DotNetTable.captureRangeToFile(java.lang.String[] parameters)
Saves a range of values to the specified file.
|
ComponentFunction |
JavaTable.captureRangeToFile(java.lang.String fileName,
java.lang.String row,
java.lang.String col,
java.lang.String rows,
java.lang.String columns,
java.lang.String fileEncoding,
java.lang.String filterMode,
java.lang.String filterOptions)
Saves a range of values to the specified file.
|
ComponentFunction |
HTMLTable.captureRangeToFile(java.lang.String fileName,
java.lang.String row,
java.lang.String col,
java.lang.String rows,
java.lang.String columns,
java.lang.String fileEncoding,
java.lang.String filterMode,
java.lang.String filterOptions)
Saves a range of values to the specified file.
|
ComponentFunction |
DotNetTable.captureRangeToFile(java.lang.String fileName,
java.lang.String row,
java.lang.String col,
java.lang.String rows,
java.lang.String columns,
java.lang.String fileEncoding,
java.lang.String filterMode,
java.lang.String filterOptions)
Saves a range of values to the specified file.
|
ComponentFunction |
TreeView.captureTreeDataToFile(java.lang.String[] parameters)
Copy the current contents of a tree[branch] to a file.
|
ComponentFunction |
JavaTree.captureTreeDataToFile(java.lang.String[] parameters)
Copy the current contents of a tree[branch] to a file.
|
ComponentFunction |
DotNetTree.captureTreeDataToFile(java.lang.String[] parameters)
Copy the current contents of a tree[branch] to a file.
|
ComponentFunction |
TreeView.captureTreeDataToFile(java.lang.String file,
java.lang.String branch,
java.lang.String indentMark,
java.lang.String fileEncoding,
java.lang.String filterMode,
java.lang.String filterOptions)
Copy the current contents of a tree[branch] to a file.
|
ComponentFunction |
JavaTree.captureTreeDataToFile(java.lang.String file,
java.lang.String branch,
java.lang.String indentMark,
java.lang.String fileEncoding,
java.lang.String filterMode,
java.lang.String filterOptions)
Copy the current contents of a tree[branch] to a file.
|
ComponentFunction |
DotNetTree.captureTreeDataToFile(java.lang.String file,
java.lang.String branch,
java.lang.String indentMark,
java.lang.String fileEncoding,
java.lang.String filterMode,
java.lang.String filterOptions)
Copy the current contents of a tree[branch] to a file.
|
ComponentFunction |
CheckBox.check()
Tries to perform a Check on the Checkbox.
|
ComponentFunction |
TreeView.checkTextNode(java.lang.String[] parameters)
Checks a node's state icon (checkbox) according to its associated text value.
|
ComponentFunction |
TreeView.checkTextNode(java.lang.String textValue,
java.lang.String matchIndex)
Checks a node's state icon (checkbox) according to its associated text value.
|
ComponentFunction |
GenericMaster.clearAppMapCache()
Clear the internal application map cache.
|
ComponentFunction |
GenericMaster.clearCache()
Clear the cache of a component.
|
ComponentFunction |
RadioButton.click()
Attempts to perform a standard Click on the RadioButton
|
ComponentFunction |
PushButton.click()
Attempts to perform a standard Click on the PushButton
|
ComponentFunction |
Label.click()
Attempts to perform a standard Click on the Label
Attempts to perform a standard Click on the Object.
|
ComponentFunction |
HTMLLink.click()
Use Generic CLICK where possible.
|
ComponentFunction |
GraphicControl.click()
Attempts to perform a standard Click on the GraphicControl object
|
ComponentFunction |
ComboEditBox.click()
Defaults to Generic CLICK where applicable.
|
ComponentFunction |
ComboBox.click()
Attempts to perform a standard Click on the ComboBox
Attempts to perform a standard Click on the ComboBox.
|
ComponentFunction |
CheckBox.click()
Use Generic Object Click
Tries to perform a standard Click on the Checkbox which generally
toggles the current selection status.
|
ComponentFunction |
Window.click(java.lang.String appMapSubkey)
Performs a click on any part of a Window based on a stored x,y coordinate.
|
ComponentFunction |
HTMLTable.click(java.lang.String appMapSubkey)
Attempts to perform a standard Click on an HTMLTable on a webpage.
|
ComponentFunction |
HTMLImage.click(java.lang.String appMapSubkey)
Command deprecated in favor of ClickArea.
|
ComponentFunction |
TabControl.click(java.lang.String[] parameters)
Use ClickTab instead (where available).
|
ComponentFunction |
GenericObject.click(java.lang.String[] parameters)
A single click on an object.
|
ComponentFunction |
TabControl.click(java.lang.String textValue,
java.lang.String process)
Use ClickTab instead (where available).
|
ComponentFunction |
GenericObject.click(java.lang.String appMapSubkey,
java.lang.String autoScroll)
A single click on an object.
|
ComponentFunction |
HTMLImage.clickArea(java.lang.String appMapSubkey)
Attempts to perform a Click on a mapped region of an Image (on a webpage).
|
ComponentFunction |
PushButton.clickButton()
Attempts to perform a standard Click on the PushButton
|
ComponentFunction |
GraphicControl.clickButton()
Attempts to perform a standard Click on the GraphicControl object
|
ComponentFunction |
ToolBar.clickButton(java.lang.String[] parameters)
Deprecated.
|
ComponentFunction |
ToolBar.clickButton(java.lang.String buttonTextValue,
java.lang.String caseInsensitive)
Deprecated.
|
ComponentFunction |
ToolBar.clickButtonIndex(java.lang.String[] parameters)
Click on the icon at a certain position on the ToolBar object, it is 1-based.
|
ComponentFunction |
ToolBar.clickButtonIndex(java.lang.String index,
java.lang.String coordination)
Click on the icon at a certain position on the ToolBar object, it is 1-based.
|
ComponentFunction |
ToolBar.clickButtonText(java.lang.String[] parameters)
Routine to Click on the specified Button.Key (Text) value.
|
ComponentFunction |
ToolBar.clickButtonText(java.lang.String buttonTextValue,
java.lang.String caseInsensitive,
java.lang.String coordination)
Routine to Click on the specified Button.Key (Text) value.
|
ComponentFunction |
ToolBar.clickButtonTooltip(java.lang.String tooltip)
Click on the icon whose tooltip equals to the provided parameter
Click on the icon whose tooltip equals to the provided parameter
|
ComponentFunction |
VSFlexGrid.clickCell(java.lang.String[] parameters)
Attempts to perform a single Click on a table cell.
|
ComponentFunction |
JavaTable.clickCell(java.lang.String[] parameters)
Attempts to perform a Click on a cell in a JavaTable.
|
ComponentFunction |
HTMLTable.clickCell(java.lang.String[] parameters)
Click on a cell specified by row and column.
|
ComponentFunction |
FPSpread.clickCell(java.lang.String[] parameters)
Attempts to perform a single click on a table cell.
|
ComponentFunction |
DotNetTable.clickCell(java.lang.String[] parameters)
Attempts to perform a Click on a cell in a DotNetTable.
|
ComponentFunction |
VSFlexGrid.clickCell(java.lang.String row,
java.lang.String col)
Attempts to perform a single Click on a table cell.
|
ComponentFunction |
JavaTable.clickCell(java.lang.String row,
java.lang.String col)
Attempts to perform a Click on a cell in a JavaTable.
|
ComponentFunction |
HTMLTable.clickCell(java.lang.String row,
java.lang.String col)
Click on a cell specified by row and column.
|
ComponentFunction |
FPSpread.clickCell(java.lang.String row,
java.lang.String col)
Attempts to perform a single click on a table cell.
|
ComponentFunction |
DotNetTable.clickCell(java.lang.String row,
java.lang.String col)
Attempts to perform a Click on a cell in a DotNetTable.
|
ComponentFunction |
ListBox.clickColumnIndex(java.lang.String index)
Click a column header based on it's index of list, starting from 1
Click a column header based on it's index of list, starting from 1
|
ComponentFunction |
ListBox.clickColumnLabel(java.lang.String label)
Click a column header based on it's label
Click a column header based on it's label
|
ComponentFunction |
JavaTable.clickColumnLabel(java.lang.String[] parameters)
Clicks on the label of the specified column.
|
ComponentFunction |
DotNetTable.clickColumnLabel(java.lang.String[] parameters)
Clicks on the label of the specified column.
|
ComponentFunction |
JavaTable.clickColumnLabel(java.lang.String colNumber,
java.lang.String yOffset)
Clicks on the label of the specified column.
|
ComponentFunction |
DotNetTable.clickColumnLabel(java.lang.String colNumber,
java.lang.String yOffset)
Clicks on the label of the specified column.
|
ComponentFunction |
ListView.clickIndex(java.lang.String index)
Same as (Alias for) ListView ActivateIndexItem
|
ComponentFunction |
ListView.clickIndexItem(java.lang.String index)
Same as (Alias for) ListView ActivateIndexItem
|
ComponentFunction |
HTMLDocument.clickLink(java.lang.String[] parameters)
Performs an HTMLLink Click based on a complete match of text found on
Links within this HTMLDOCUMENT object.
|
ComponentFunction |
HTMLDocument.clickLink(java.lang.String compareTextValue,
java.lang.String matchIndex,
java.lang.String caseSensitive)
Performs an HTMLLink Click based on a complete match of text found on
Links within this HTMLDOCUMENT object.
|
ComponentFunction |
HTMLDocument.clickLinkBeginning(java.lang.String[] parameters)
Performs an HTMLLink Click based on a partial match of text found on
Links within this HTMLDOCUMENT object.
|
ComponentFunction |
HTMLDocument.clickLinkBeginning(java.lang.String beginningTextValue,
java.lang.String matchIndex,
java.lang.String caseSensitive)
Performs an HTMLLink Click based on a partial match of text found on
Links within this HTMLDOCUMENT object.
|
ComponentFunction |
HTMLDocument.clickLinkContaining(java.lang.String[] parameters)
Performs an HTMLLink Click based on a partial match of text found on
Links within this HTMLDOCUMENT object.
|
ComponentFunction |
HTMLDocument.clickLinkContaining(java.lang.String compareTextValue,
java.lang.String matchIndex,
java.lang.String caseSensitive)
Performs an HTMLLink Click based on a partial match of text found on
Links within this HTMLDOCUMENT object.
|
ComponentFunction |
HTMLDocument.clickLinkMatching(java.lang.String[] parameters)
DEPARECATED.
|
ComponentFunction |
HTMLDocument.clickLinkMatching(java.lang.String compareTextValue,
java.lang.String matchIndex,
java.lang.String caseSensitive)
DEPARECATED.
|
ComponentFunction |
TreeView.clickPartial(java.lang.String[] parameters)
Action to click a node according to a partial match of its text value.
|
ComponentFunction |
TreeView.clickPartial(java.lang.String textValue,
java.lang.String matchIndex)
Action to click a node according to a partial match of its text value.
|
ComponentFunction |
GenericObject.clickScreenImage(java.lang.String appMapSubKey)
Same as Click.
|
ComponentFunction |
GenericObject.clickScreenLocation(java.lang.String appMapSubkey)
Click a specified screen location.
|
ComponentFunction |
GenericObject.clickScreenPoint(java.lang.String coords)
(Deprecated) Click a specified screen location.
|
ComponentFunction |
TabControl.clickTab(java.lang.String textValue)
Attempts to perform a standard Click on a particular Tab on the TabControl
Attempts to perform a standard Click on a particular Tab on the TabControl.
|
ComponentFunction |
TabControl.clickTabContains(java.lang.String textValue)
Attempts to perform a Click on a Tab according to a partial match of its text value.
|
ComponentFunction |
ListBox.clickTextItem(java.lang.String textValue)
Routine to Click a selection according to its text value.
|
ComponentFunction |
JavaTree.clickTextNode(java.lang.String textValue)
Action to click a node according to its text value.
|
ComponentFunction |
DotNetTree.clickTextNode(java.lang.String textValue)
Action to click a node according to its text value.
|
ComponentFunction |
TreeView.clickTextNode(java.lang.String[] parameters)
Action to click a node according to its text value.
|
ComponentFunction |
TreeView.clickTextNode(java.lang.String textValue,
java.lang.String matchIndex)
Action to click a node according to its text value.
|
ComponentFunction |
ToolBar.clickUnverifiedButtonID(java.lang.String buttonID)
Routine to select a toolbar button using it's ID.
|
ComponentFunction |
ToolBar.clickUnverifiedButtonText(java.lang.String[] parameters)
Routine to Click on the specified Button.Key (Text) value.
|
ComponentFunction |
ToolBar.clickUnverifiedButtonText(java.lang.String buttonTextValue,
java.lang.String caseInsensitive,
java.lang.String coordination)
Routine to Click on the specified Button.Key (Text) value.
|
ComponentFunction |
JavaTree.clickUnverifiedTextNode(java.lang.String textValue)
Action to blindly click a node according to its text value.
|
ComponentFunction |
DotNetTree.clickUnverifiedTextNode(java.lang.String textValue)
Action to blindly click a node according to its text value.
|
ComponentFunction |
TreeView.clickUnverifiedTextNode(java.lang.String[] parameters)
Action to (almost) blindly click a text node.
|
ComponentFunction |
TreeView.clickUnverifiedTextNode(java.lang.String textValue,
java.lang.String matchIndex)
Action to (almost) blindly click a text node.
|
ComponentFunction |
Window.closeWindow()
Sends a Close command to the active window.
|
ComponentFunction |
JavaTree.collapse(java.lang.String textValue)
Use CollapseTextNode instead.
|
ComponentFunction |
DotNetTree.collapse(java.lang.String textValue)
Use CollapseTextNode instead.
|
ComponentFunction |
TreeView.collapse(java.lang.String[] parameters)
Action to collapse a node according to its text value.
|
ComponentFunction |
TreeView.collapse(java.lang.String textValue,
java.lang.String matchIndex)
Action to collapse a node according to its text value.
|
ComponentFunction |
SSTree.collapseNode(java.lang.String appMapSubkey)
Routine to DblClick a node according to its AppMap reference.
|
ComponentFunction |
TreeView.collapsePartial(java.lang.String[] parameters)
Action to collapse a node according to a partial match of its text value.
|
ComponentFunction |
TreeView.collapsePartial(java.lang.String textValue,
java.lang.String matchIndex)
Action to collapse a node according to a partial match of its text value.
|
ComponentFunction |
TreeView.collapsePartialTextNode(java.lang.String textValue)
Action to collapse a node according to a partial match of its text value.
|
ComponentFunction |
JavaTree.collapsePartialTextNode(java.lang.String textValue)
Action to collapse a node according to a partial match of its text value.
|
ComponentFunction |
DotNetTree.collapsePartialTextNode(java.lang.String textValue)
Action to collapse a node according to a partial match of its text value.
|
ComponentFunction |
JavaTree.collapseTextNode(java.lang.String textValue)
Action to collapse a node according to its text value.
|
ComponentFunction |
DotNetTree.collapseTextNode(java.lang.String textValue)
Action to collapse a node according to its text value.
|
ComponentFunction |
TreeView.collapseTextNode(java.lang.String[] parameters)
Action to collapse a node according to its text value.
|
ComponentFunction |
TreeView.collapseTextNode(java.lang.String textValue,
java.lang.String matchIndex)
Action to collapse a node according to its text value.
|
ComponentFunction |
TreeView.collapseUnverifiedTextNode(java.lang.String textValue)
Action to blindly collapse a node according to its text value.
|
ComponentFunction |
JavaTree.collapseUnverifiedTextNode(java.lang.String textValue)
Action to blindly collapse a node according to its text value.
|
ComponentFunction |
DotNetTree.collapseUnverifiedTextNode(java.lang.String textValue)
Action to blindly collapse a node according to its text value.
|
ComponentFunction |
HTMLTable.compareStoredData(java.lang.String vPAsset)
Performs a HTMLTableVP CompareData on an HTMLTable object.
|
ComponentFunction |
HTMLLink.compareStoredData(java.lang.String vPAsset)
Performs a HTMLLinkVP CompareData on an HTMLLink object.
|
ComponentFunction |
HTMLImage.compareStoredData(java.lang.String vPAsset)
Performs a HTMLImageVP CompareData on an HTMLImage object.
|
ComponentFunction |
GenericObject.compareStoredData(java.lang.String[] parameters)
Performs a GenericObjectVP CompareData on an object.
|
ComponentFunction |
GenericObject.compareStoredData(java.lang.String vPAsset,
java.lang.String addParams)
Performs a GenericObjectVP CompareData on an object.
|
ComponentFunction |
Window.compareStoredProperties(java.lang.String vPAsset)
Performs a WindowVP CompareProperties on an object.
|
ComponentFunction |
HTMLTable.compareStoredProperties(java.lang.String vPAsset)
Performs a HTMLTableVP CompareProperties on an HTMLTable object.
|
ComponentFunction |
HTMLLink.compareStoredProperties(java.lang.String vPAsset)
Performs a HTMLLinkVP CompareProperties on an HTMLLink object.
|
ComponentFunction |
HTMLImage.compareStoredProperties(java.lang.String vPAsset)
Performs a HTMLImageVP CompareProperties on an HTMLImage object.
|
ComponentFunction |
GenericObject.compareStoredProperties(java.lang.String[] parameters)
Performs a GenericObjectVP CompareProperties on an object.
|
ComponentFunction |
GenericObject.compareStoredProperties(java.lang.String vPAsset,
java.lang.String addParams)
Performs a GenericObjectVP CompareProperties on an object.
|
ComponentFunction |
Database.copyDBTableColumnToFile(java.lang.String[] parameters)
This routine will copy the contents of one or more DBTable column(s) to a file.
|
ComponentFunction |
Database.copyDBTableColumnToFile(java.lang.String dBSourceName,
java.lang.String fileOut,
java.lang.String sQLQuery,
java.lang.String directoryOut,
java.lang.String sQLStatus,
java.lang.String delimiter,
java.lang.String userID,
java.lang.String password,
java.lang.String prompt)
This routine will copy the contents of one or more DBTable column(s) to a file.
|
ComponentFunction |
Database.copyDBTableToFile(java.lang.String[] parameters)
This routine will copy the contents of a DBTable to a file.
|
ComponentFunction |
Database.copyDBTableToFile(java.lang.String dBSourceName,
java.lang.String fileOut,
java.lang.String dBTableName,
java.lang.String columnCount,
java.lang.String rowCount,
java.lang.String sQLQuery,
java.lang.String delimiter,
java.lang.String directoryOut,
java.lang.String sQLStatus,
java.lang.String userID,
java.lang.String password,
java.lang.String prompt)
This routine will copy the contents of a DBTable to a file.
|
ComponentFunction |
GenericObject.ctrlAltLeftDrag(java.lang.String appMapSubkey)
CTRL ALT left mouse drag is performed on the object based on the stored coordinates.
|
ComponentFunction |
GenericObject.ctrlClick(java.lang.String[] parameters)
A CTRL-click on an object.
|
ComponentFunction |
GenericObject.ctrlClick(java.lang.String appMapSubkey,
java.lang.String autoScroll)
A CTRL-click on an object.
|
ComponentFunction |
FPSpread.ctrlClickCell(java.lang.String[] parameters)
Attempts to perform a single Ctrl+Click on a table cell.
|
ComponentFunction |
FPSpread.ctrlClickCell(java.lang.String row,
java.lang.String col)
Attempts to perform a single Ctrl+Click on a table cell.
|
ComponentFunction |
GenericObject.ctrlClickScreenImage(java.lang.String appMapSubKey)
Same as CtrlClick.
|
ComponentFunction |
TreeView.ctrlClickUnverifiedTextNode(java.lang.String textValue)
Action to blindly CTRL-click a node according to its text value.
|
ComponentFunction |
JavaTree.ctrlClickUnverifiedTextNode(java.lang.String textValue)
Action to blindly CTRL-click a node according to its text value.
|
ComponentFunction |
DotNetTree.ctrlClickUnverifiedTextNode(java.lang.String textValue)
Action to blindly CTRL-click a node according to its text value.
|
ComponentFunction |
GenericObject.ctrlLeftDrag(java.lang.String appMapSubkey)
A CTRL left mouse drag is performed on the object based on the stored coordinates.
|
ComponentFunction |
GenericObject.ctrlRightClick(java.lang.String[] parameters)
A CTRL-Right click on an object.
|
ComponentFunction |
GenericObject.ctrlRightClick(java.lang.String appMapSubkey,
java.lang.String autoScroll)
A CTRL-Right click on an object.
|
ComponentFunction |
GenericObject.ctrlRightClickScreenImage(java.lang.String appMapSubKey)
Same as CtrlRightClick.
|
ComponentFunction |
GenericObject.ctrlShiftLeftDrag(java.lang.String appMapSubkey)
A CTRL SHIFT left mouse drag is performed on the object based on the stored coordinates.
|
ComponentFunction |
Database.deleteDBTableRecords(java.lang.String[] parameters)
Deletes records in a database table
Deletes records in a database table.
|
ComponentFunction |
Database.deleteDBTableRecords(java.lang.String dBTableName,
java.lang.String dBQueryCond,
java.lang.String dBSourceName,
java.lang.String userID,
java.lang.String password,
java.lang.String prompt)
Deletes records in a database table
Deletes records in a database table.
|
ComponentFunction |
Window.doubleClick(java.lang.String appMapSubkey)
Performs a double-click on any part of a Window based on a stored x,y coordinate.
|
ComponentFunction |
GenericObject.doubleClick(java.lang.String[] parameters)
A double click on an object.
|
ComponentFunction |
GenericObject.doubleClick(java.lang.String appMapSubkey,
java.lang.String autoScroll)
A double click on an object.
|
ComponentFunction |
JavaTable.doubleClickCell(java.lang.String[] parameters)
Attempts to perform a double click on a cell in a JavaTable.
|
ComponentFunction |
HTMLTable.doubleClickCell(java.lang.String[] parameters)
Attempts to perform a double click on a cell in a Table.
|
ComponentFunction |
FPSpread.doubleClickCell(java.lang.String[] parameters)
Attempts to perform a double click on a table cell.
|
ComponentFunction |
DotNetTable.doubleClickCell(java.lang.String[] parameters)
Attempts to perform a double click on a cell in a DotNetTable.
|
ComponentFunction |
JavaTable.doubleClickCell(java.lang.String row,
java.lang.String col)
Attempts to perform a double click on a cell in a JavaTable.
|
ComponentFunction |
HTMLTable.doubleClickCell(java.lang.String row,
java.lang.String col)
Attempts to perform a double click on a cell in a Table.
|
ComponentFunction |
FPSpread.doubleClickCell(java.lang.String row,
java.lang.String col)
Attempts to perform a double click on a table cell.
|
ComponentFunction |
DotNetTable.doubleClickCell(java.lang.String row,
java.lang.String col)
Attempts to perform a double click on a cell in a DotNetTable.
|
ComponentFunction |
JavaTable.doubleClickColumnLabel(java.lang.String[] parameters)
Double clicks on the label of the specified column.
|
ComponentFunction |
DotNetTable.doubleClickColumnLabel(java.lang.String[] parameters)
Double clicks on the label of the specified column.
|
ComponentFunction |
JavaTable.doubleClickColumnLabel(java.lang.String colNumber,
java.lang.String yOffset)
Double clicks on the label of the specified column.
|
ComponentFunction |
DotNetTable.doubleClickColumnLabel(java.lang.String colNumber,
java.lang.String yOffset)
Double clicks on the label of the specified column.
|
ComponentFunction |
TreeView.doubleClickPartial(java.lang.String[] parameters)
Action to double click a node according to a partial match of its text value.
|
ComponentFunction |
TreeView.doubleClickPartial(java.lang.String textValue,
java.lang.String matchIndex)
Action to double click a node according to a partial match of its text value.
|
ComponentFunction |
GenericObject.doubleClickScreenImage(java.lang.String appMapSubKey)
Same as DoubleClick.
|
ComponentFunction |
GenericObject.doubleClickScreenLocation(java.lang.String appMapSubkey)
DoubleClick a specified screen location.
|
ComponentFunction |
GenericObject.doubleClickScreenPoint(java.lang.String coords)
(Deprecated) DoubleClick a specified screen location.
|
ComponentFunction |
JavaTree.doubleClickTextNode(java.lang.String textValue)
Action to double-click a node according to its text value.
|
ComponentFunction |
DotNetTree.doubleClickTextNode(java.lang.String textValue)
Action to double-click a node according to its text value.
|
ComponentFunction |
TreeView.doubleClickTextNode(java.lang.String[] parameters)
Action to double click a node according to its text value.
|
ComponentFunction |
TreeView.doubleClickTextNode(java.lang.String textValue,
java.lang.String matchIndex)
Action to double click a node according to its text value.
|
ComponentFunction |
JavaTree.doubleClickUnverifiedTextNode(java.lang.String textValue)
Action to blindly double-click a node according to its text value.
|
ComponentFunction |
DotNetTree.doubleClickUnverifiedTextNode(java.lang.String textValue)
Action to blindly double-click a node according to its text value.
|
ComponentFunction |
TreeView.doubleClickUnverifiedTextNode(java.lang.String[] parameters)
Action to (almost) blindly activate (double-click) a text node.
|
ComponentFunction |
TreeView.doubleClickUnverifiedTextNode(java.lang.String textValue,
java.lang.String matchIndex)
Action to (almost) blindly activate (double-click) a text node.
|
ComponentFunction |
GenericObject.doubleTap()
A double-tap on a touchscreen object.
|
ComponentFunction |
GenericObject.dragTo(java.lang.String[] parameters)
A left mouse drag is performed from one object to another object based
on the offsets values.
|
ComponentFunction |
GenericObject.dragTo(java.lang.String toWindow,
java.lang.String toComponent,
java.lang.String offsets,
java.lang.String fromSubItem,
java.lang.String toSubItem,
java.lang.String pause)
A left mouse drag is performed from one object to another object based
on the offsets values.
|
ComponentFunction |
Database.execSQLCommit(java.lang.String[] parameters)
This routine will commit the pending queries on the database.
|
ComponentFunction |
Database.execSQLCommit(java.lang.String dBSourceName,
java.lang.String sQLStatus,
java.lang.String userID,
java.lang.String password)
This routine will commit the pending queries on the database.
|
ComponentFunction |
Database.execSQLQuery(java.lang.String[] parameters)
Executes the query provided in a ^queryStr on the database table.
|
ComponentFunction |
Database.execSQLQuery(java.lang.String dBSourceName,
java.lang.String queryStr,
java.lang.String sQLStatusCode,
java.lang.String userID,
java.lang.String password,
java.lang.String prompt)
Executes the query provided in a ^queryStr on the database table.
|
ComponentFunction |
GenericMaster.executeScript(java.lang.String[] parameters)
Execute a piece of script on the specified component synchronously.
|
ComponentFunction |
GenericMaster.executeScript(java.lang.String script,
java.lang.String paramN)
Execute a piece of script on the specified component synchronously.
|
ComponentFunction |
JavaTree.expand(java.lang.String textValue)
Use ExpandTextNode instead.
|
ComponentFunction |
DotNetTree.expand(java.lang.String textValue)
Use ExpandTextNode instead.
|
ComponentFunction |
TreeView.expand(java.lang.String[] parameters)
Action to expand a node according to its text value.
|
ComponentFunction |
TreeView.expand(java.lang.String textValue,
java.lang.String matchIndex)
Action to expand a node according to its text value.
|
ComponentFunction |
SSTree.expandNode(java.lang.String appMapSubkey)
Routine to DblClick a node according to its AppMap reference.
|
ComponentFunction |
TreeView.expandPartial(java.lang.String[] parameters)
Action to expand a node according to a partial match of text value.
|
ComponentFunction |
TreeView.expandPartial(java.lang.String textValue,
java.lang.String matchIndex)
Action to expand a node according to a partial match of text value.
|
ComponentFunction |
TreeView.expandPartialTextNode(java.lang.String textValue)
Action to expand a node according to a partial match of text value.
|
ComponentFunction |
JavaTree.expandPartialTextNode(java.lang.String textValue)
Action to expand a node according to a partial match of text value.
|
ComponentFunction |
DotNetTree.expandPartialTextNode(java.lang.String textValue)
Action to expand a node according to a partial match of text value.
|
ComponentFunction |
JavaTree.expandTextNode(java.lang.String textValue)
Action to expand a node according to its text value.
|
ComponentFunction |
DotNetTree.expandTextNode(java.lang.String textValue)
Action to expand a node according to its text value.
|
ComponentFunction |
TreeView.expandTextNode(java.lang.String[] parameters)
Action to expand a node according to its text value.
|
ComponentFunction |
TreeView.expandTextNode(java.lang.String textValue,
java.lang.String matchIndex)
Action to expand a node according to its text value.
|
ComponentFunction |
TreeView.expandUnverifiedTextNode(java.lang.String textValue)
Action to blindly expand a node according to its text value.
|
ComponentFunction |
JavaTree.expandUnverifiedTextNode(java.lang.String textValue)
Action to blindly expand a node according to its text value.
|
ComponentFunction |
DotNetTree.expandUnverifiedTextNode(java.lang.String textValue)
Action to blindly expand a node according to its text value.
|
ComponentFunction |
ListView.extendSelectionToTextItem(java.lang.String textValue)
Routine to Shift+Click and Verify a selection according to its text value.
|
ComponentFunction |
ListBox.extendSelectionToTextItem(java.lang.String textValue)
Routine to Shift+Click and Verify a selection according to its text value.
|
ComponentFunction |
FPSpread.findRowNumber(java.lang.String[] parameters)
Search specified columns for the specified text.
|
ComponentFunction |
FPSpread.findRowNumber(java.lang.String rowVarName,
java.lang.String startingRow,
java.lang.String searchColumns,
java.lang.String searchText,
java.lang.String dELIMITER)
Search specified columns for the specified text.
|
ComponentFunction |
GenericObject.flick(java.lang.String[] parameters)
A user-defined flick or swipe on a touchscreen object.
|
ComponentFunction |
GenericObject.flick(java.lang.String appMapSubKey,
java.lang.String duration,
java.lang.String touches,
java.lang.String repeat)
A user-defined flick or swipe on a touchscreen object.
|
ComponentFunction |
GenericObject.flickDown(java.lang.String repeat)
A flick or swipe on a touchscreen object from top-to-bottom.
|
ComponentFunction |
GenericObject.flickLeft(java.lang.String repeat)
A flick or swipe on a touchscreen object from right-to-left.
|
ComponentFunction |
GenericObject.flickRight(java.lang.String repeat)
A flick or swipe on a touchscreen object from left-to-right.
|
ComponentFunction |
GenericObject.flickUp(java.lang.String repeat)
A flick or swipe on a touchscreen object from bottom-to-top.
|
ComponentFunction |
TableView.getCellValue(java.lang.String[] parameters)
Get the value of a cell at a certain row and column
The variable in the parameter will be set to the value of the specified
row and column.
|
ComponentFunction |
TableView.getCellValue(java.lang.String variableName,
java.lang.String row,
java.lang.String column)
Get the value of a cell at a certain row and column
The variable in the parameter will be set to the value of the specified
row and column.
|
ComponentFunction |
GenericMaster.getComputedStyle(java.lang.String testFile)
Get a component's 'computed style', and save them to a file.
|
ComponentFunction |
DatePicker.getDate(java.lang.String variableName)
Action to get date from a date picker component and assign it to a variable.
|
ComponentFunction |
Database.getDBTableColumnCount(java.lang.String[] parameters)
Executes the query in a specified database table and returns the total column count.
|
ComponentFunction |
Database.getDBTableColumnCount(java.lang.String dBSourceName,
java.lang.String dBTableName,
java.lang.String columnCount,
java.lang.String sQLStatusCode,
java.lang.String userID,
java.lang.String password,
java.lang.String prompt)
Executes the query in a specified database table and returns the total column count.
|
ComponentFunction |
Database.getDBTableRowCount(java.lang.String[] parameters)
Executes the query in a database table.
|
ComponentFunction |
Database.getDBTableRowCount(java.lang.String dBSourceName,
java.lang.String dBTableName,
java.lang.String rowCount,
java.lang.String sQLStatusCode,
java.lang.String userID,
java.lang.String password,
java.lang.String prompt)
Executes the query in a database table.
|
ComponentFunction |
Database.getDBValue(java.lang.String[] parameters)
Executes the query and returns the case-sensitive value as result of the execution.
|
ComponentFunction |
Database.getDBValue(java.lang.String dBSourceName,
java.lang.String queryStr,
java.lang.String queryResult,
java.lang.String sQLStatusCode,
java.lang.String userID,
java.lang.String password,
java.lang.String prompt)
Executes the query and returns the case-sensitive value as result of the execution.
|
ComponentFunction |
GenericMaster.getGUIImage(java.lang.String[] parameters)
Capture the screen shot of a GUI component and save it to a file
Capture the screen shot of a GUI component and save it to a file.
|
ComponentFunction |
GenericMaster.getGUIImage(java.lang.String outputFile,
java.lang.String subArea,
java.lang.String filteredAreas)
Capture the screen shot of a GUI component and save it to a file
Capture the screen shot of a GUI component and save it to a file.
|
ComponentFunction |
ProgressBar.getProgress(java.lang.String[] parameters)
Action to get progress of a progress bar component.
|
ComponentFunction |
ProgressBar.getProgress(java.lang.String variableName,
java.lang.String isPrimary)
Action to get progress of a progress bar component.
|
ComponentFunction |
ProgressBar.getRating(java.lang.String variableName)
Action to get rating of a rating bar component.
|
ComponentFunction |
TableView.getRowCount(java.lang.String rowCount)
Get a count of how many rows are in the table
The variable in the parameter will be set to the number of rows
in the table.
|
ComponentFunction |
GenericMaster.getTextFromGUI(java.lang.String[] parameters)
Incorporate OCR technology to detect the text on a GUI component and save the text to a variable.
|
ComponentFunction |
GenericMaster.getTextFromGUI(java.lang.String variableName,
java.lang.String subArea,
java.lang.String oCRId,
java.lang.String langId,
java.lang.String scaleRatio)
Incorporate OCR technology to detect the text on a GUI component and save the text to a variable.
|
ComponentFunction |
TimePicker.getTime(java.lang.String variableName)
Action to get time from a time picker component and assign it to a variable.
|
ComponentFunction |
Window.getWinInfo(java.lang.String[] parameters)
Gets the value of any property in a window.
|
ComponentFunction |
Window.getWinInfo(java.lang.String propertyName,
java.lang.String variableName)
Gets the value of any property in a window.
|
ComponentFunction |
Window.goBack()
Make the application\device "go back" to the previous state or window.
|
ComponentFunction |
GenericMaster.gUIDoesExist()
Routine to verify the visual existence of a particular window and/or component.
|
ComponentFunction |
GenericMaster.gUIDoesNotExist()
Routine to verify the visual non-existence of a particular window and/or component.
|
ComponentFunction |
ComboBox.hideList()
Hide the combo box list (equivalent to an ESC or two ESCs).
|
ComponentFunction |
GenericMaster.hoverMouse(java.lang.String[] parameters)
Hover the mouse over an object.
|
ComponentFunction |
GenericMaster.hoverMouse(java.lang.String appMapSubkey,
java.lang.String hoverTime)
Hover the mouse over an object.
|
ComponentFunction |
GenericMaster.hoverScreenLocation(java.lang.String[] parameters)
Hover the mouse over a specified screen location.
|
ComponentFunction |
GenericMaster.hoverScreenLocation(java.lang.String appMapSubkey,
java.lang.String hoverTime)
Hover the mouse over a specified screen location.
|
ComponentFunction |
GenericObject.hScrollTo(java.lang.String pOSITION)
Attempts to perform an HScrollTo on an object.
|
ComponentFunction |
Window.inputCharacters(java.lang.String textValue)
Sends literal text to the active window via an InputChars command.
|
ComponentFunction |
GenericMaster.inputCharacters(java.lang.String textValue)
Sends literal text to the specified component.
|
ComponentFunction |
Window.inputKeys(java.lang.String textValue)
Sends keystrokes to the active window via an InputKeys command.
|
ComponentFunction |
GenericMaster.inputKeys(java.lang.String textValue)
Sends keystrokes to the specified component.
|
ComponentFunction |
GenericMaster.isPropertyExist(java.lang.String[] parameters)
Verify if object's property exists or not.
|
ComponentFunction |
GenericMaster.isPropertyExist(java.lang.String propertyName,
java.lang.String propertyExistVariable)
Verify if object's property exists or not.
|
ComponentFunction |
GenericObject.javaMenuSelect(java.lang.String javaMenuItem)
Select a JAVA Menu Item according to a stored text value.
|
ComponentFunction |
GenericObject.leftDrag(java.lang.String appMapSubkey)
A left mouse drag is performed on the object based on the stored coordinates.
|
ComponentFunction |
GenericMaster.locateScreenImage(java.lang.String[] parameters)
Store the location and dimensions of a component.
|
ComponentFunction |
GenericMaster.locateScreenImage(java.lang.String variableName,
java.lang.String whomRelativeTo)
Store the location and dimensions of a component.
|
ComponentFunction |
TabControl.makeSelection(java.lang.String textValue)
Attempts to perform a standard Click on a particular Tab on the TabControl
Attempts to perform a standard Click on a particular Tab on the TabControl.
|
ComponentFunction |
JavaTree.makeSelection(java.lang.String textValue)
Use SelectTextNode instead.
|
ComponentFunction |
DotNetTree.makeSelection(java.lang.String textValue)
Use SelectTextNode instead.
|
ComponentFunction |
Window.maximize()
Sends a WMaximize command to the active window.
|
ComponentFunction |
Window.minimize()
Sends a WMinimize command to the active window.
|
ComponentFunction |
GenericObject.mouseClick(java.lang.String appMapSubkey)
A single click on an object by mouse event.
|
ComponentFunction |
GenericObject.multiClick(java.lang.String[] parameters)
Multiple clicks on an object.
|
ComponentFunction |
GenericObject.multiClick(java.lang.String appMapSubkey,
java.lang.String clickCount)
Multiple clicks on an object.
|
ComponentFunction |
GenericObject.multiClickScreenImage(java.lang.String[] parameters)
Same as MULTICLICK.
|
ComponentFunction |
GenericObject.multiClickScreenImage(java.lang.String appMapSubkey,
java.lang.String clickCount)
Same as MULTICLICK.
|
ComponentFunction |
ScrollBar.oneDown(java.lang.String integerValue)
Attempts to perform a ScrollLineDown on a scrollbar.
|
ComponentFunction |
ScrollBar.oneLeft(java.lang.String integerValue)
Attempts to perform a ScrollLeft on a scrollbar.
|
ComponentFunction |
ScrollBar.oneRight(java.lang.String integerValue)
Attempts to perform a ScrollRight on a scrollbar.
|
ComponentFunction |
ScrollBar.oneUp(java.lang.String integerValue)
Attempts to perform a ScrollLineUp on a scrollbar.
|
ComponentFunction |
ScrollBar.pageDown(java.lang.String integerValue)
Attempts to perform a ScrollPageDown on a scrollbar.
|
ComponentFunction |
ScrollBar.pageLeft(java.lang.String integerValue)
Attempts to perform a ScrollPageLeft on a scrollbar.
|
ComponentFunction |
ScrollBar.pageRight(java.lang.String integerValue)
Attempts to perform a ScrollPageRight on a scrollbar.
|
ComponentFunction |
ScrollBar.pageUp(java.lang.String integerValue)
Attempts to perform a ScrollPageUp on a scrollbar.
|
ComponentFunction |
TreeView.partialMatchTreeDataToFile(java.lang.String[] parameters)
Copy the current contents of a tree[branch] to a file according to a partial match of itss text value.
|
ComponentFunction |
JavaTree.partialMatchTreeDataToFile(java.lang.String[] parameters)
Copy the current contents of a tree[branch] to a file according to a partial match of its text value.
|
ComponentFunction |
DotNetTree.partialMatchTreeDataToFile(java.lang.String[] parameters)
Copy the current contents of a tree[branch] to a file according to a partial match of its text value.
|
ComponentFunction |
TreeView.partialMatchTreeDataToFile(java.lang.String file,
java.lang.String branch,
java.lang.String indentMark,
java.lang.String filterMode,
java.lang.String filterOptions)
Copy the current contents of a tree[branch] to a file according to a partial match of itss text value.
|
ComponentFunction |
JavaTree.partialMatchTreeDataToFile(java.lang.String file,
java.lang.String branch,
java.lang.String indentMark,
java.lang.String filterMode,
java.lang.String filterOptions)
Copy the current contents of a tree[branch] to a file according to a partial match of its text value.
|
ComponentFunction |
DotNetTree.partialMatchTreeDataToFile(java.lang.String file,
java.lang.String branch,
java.lang.String indentMark,
java.lang.String filterMode,
java.lang.String filterOptions)
Copy the current contents of a tree[branch] to a file according to a partial match of its text value.
|
ComponentFunction |
Window.pinchClose(java.lang.String[] parameters)
Perform a shrinking "zoom out" operation on a touchscreen device supporting the feature.
|
ComponentFunction |
Window.pinchClose(java.lang.String originSubKey,
java.lang.String resizeSubKey,
java.lang.String duration)
Perform a shrinking "zoom out" operation on a touchscreen device supporting the feature.
|
ComponentFunction |
Window.pinchOpen(java.lang.String[] parameters)
Perform an expanding "zoom in" operation on a touchscreen device supporting the feature.
|
ComponentFunction |
Window.pinchOpen(java.lang.String originSubKey,
java.lang.String resizeSubKey,
java.lang.String duration)
Perform an expanding "zoom in" operation on a touchscreen device supporting the feature.
|
ComponentFunction |
GenericObject.press(java.lang.String duration)
Press a touchscreen object for a number of seconds--0 seconds by default.
|
ComponentFunction |
JavaMenu.resetMenuCache()
Reset the cache containing the content of whole menu.
|
ComponentFunction |
TIDRest.restDeleteBinary()
Delete binary content.
|
ComponentFunction |
TIDRest.restDeleteCSS()
Delete css content.
|
ComponentFunction |
TIDRest.restDeleteCustom(java.lang.String[] parameters)
Perform the "DELETE" method on a REST service with headers defined by user.
|
ComponentFunction |
TIDRest.restDeleteCustom(java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "DELETE" method on a REST service with headers defined by user.
|
ComponentFunction |
TIDRest.restDeleteHTML() |
ComponentFunction |
TIDRest.restDeleteImage()
Delete image content.
|
ComponentFunction |
TIDRest.restDeleteJSON()
Delete json content.
|
ComponentFunction |
TIDRest.restDeleteScript()
Delete javascript content.
|
ComponentFunction |
TIDRest.restDeleteText()
Delete text content.
|
ComponentFunction |
TIDRest.restDeleteXML()
Delete xml content.
|
ComponentFunction |
TIDRest.restEndServiceSession()
Stop a session for a REST service.
|
ComponentFunction |
TIDRest.restGetBinary(java.lang.String[] parameters)
Perform the "GET" method on a REST service, and verify the returned content is binary before returning it.
|
ComponentFunction |
TIDRest.restGetBinary(java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "GET" method on a REST service, and verify the returned content is binary before returning it.
|
ComponentFunction |
TIDRest.restGetCSS(java.lang.String[] parameters)
Perform the "GET" method on a REST service, and verify the returned content is css before returning it.
|
ComponentFunction |
TIDRest.restGetCSS(java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "GET" method on a REST service, and verify the returned content is css before returning it.
|
ComponentFunction |
TIDRest.restGetCustom(java.lang.String[] parameters)
Perform the "GET" method on a REST service with headers defined by user, and return the content.
|
ComponentFunction |
TIDRest.restGetCustom(java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "GET" method on a REST service with headers defined by user, and return the content.
|
ComponentFunction |
TIDRest.restGetHTML(java.lang.String[] parameters)
Perform the "GET" method on a REST service, and verify the returned content is html before returning it.
|
ComponentFunction |
TIDRest.restGetHTML(java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "GET" method on a REST service, and verify the returned content is html before returning it.
|
ComponentFunction |
TIDRest.restGetImage(java.lang.String[] parameters)
Perform the "GET" method on a REST service, and verify the returned content is image before returning it.
|
ComponentFunction |
TIDRest.restGetImage(java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "GET" method on a REST service, and verify the returned content is image before returning it.
|
ComponentFunction |
TIDRest.restGetJSON(java.lang.String[] parameters)
Perform the "GET" method on a REST service, and verify the returned content is json before returning it.
|
ComponentFunction |
TIDRest.restGetJSON(java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "GET" method on a REST service, and verify the returned content is json before returning it.
|
ComponentFunction |
TIDRest.restGetScript(java.lang.String[] parameters)
Perform the "GET" method on a REST service, and verify the returned content is javascript before returning it.
|
ComponentFunction |
TIDRest.restGetScript(java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "GET" method on a REST service, and verify the returned content is javascript before returning it.
|
ComponentFunction |
TIDRest.restGetText(java.lang.String[] parameters)
Perform the "GET" method on a REST service, and verify the returned content is text before returning it.
|
ComponentFunction |
TIDRest.restGetText(java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "GET" method on a REST service, and verify the returned content is text before returning it.
|
ComponentFunction |
TIDRest.restGetXML(java.lang.String[] parameters)
Perform the "GET" method on a REST service, and verify the returned content is xml before returning it.
|
ComponentFunction |
TIDRest.restGetXML(java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "GET" method on a REST service, and verify the returned content is xml before returning it.
|
ComponentFunction |
TIDRest.restHeadBinary(java.lang.String[] parameters)
Perform the "HEAD" method on a REST service, and verify the returned content is binary before returning the header part.
|
ComponentFunction |
TIDRest.restHeadBinary(java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "HEAD" method on a REST service, and verify the returned content is binary before returning the header part.
|
ComponentFunction |
TIDRest.restHeadCSS(java.lang.String[] parameters)
Perform the "HEAD" method on a REST service, and verify the returned content is css before returning the header part.
|
ComponentFunction |
TIDRest.restHeadCSS(java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "HEAD" method on a REST service, and verify the returned content is css before returning the header part.
|
ComponentFunction |
TIDRest.restHeadCustom(java.lang.String[] parameters)
Perform the "HEAD" method (with headers defined by user) on a REST service, and get back the header part.
|
ComponentFunction |
TIDRest.restHeadCustom(java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "HEAD" method (with headers defined by user) on a REST service, and get back the header part.
|
ComponentFunction |
TIDRest.restHeadHTML(java.lang.String[] parameters)
Perform the "HEAD" method on a REST service, and verify the returned content is html before returning the header part.
|
ComponentFunction |
TIDRest.restHeadHTML(java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "HEAD" method on a REST service, and verify the returned content is html before returning the header part.
|
ComponentFunction |
TIDRest.restHeadImage(java.lang.String[] parameters)
Perform the "HEAD" method on a REST service, and verify the returned content is image before returning the header part.
|
ComponentFunction |
TIDRest.restHeadImage(java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "HEAD" method on a REST service, and verify the returned content is image before returning the header part.
|
ComponentFunction |
TIDRest.restHeadJSON(java.lang.String[] parameters)
Perform the "HEAD" method on a REST service, and verify the returned content is json before returning the header part.
|
ComponentFunction |
TIDRest.restHeadJSON(java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "HEAD" method on a REST service, and verify the returned content is json before returning the header part.
|
ComponentFunction |
TIDRest.restHeadScript(java.lang.String[] parameters)
Perform the "HEAD" method on a REST service, and verify the returned content is javascript before returning the header part.
|
ComponentFunction |
TIDRest.restHeadScript(java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "HEAD" method on a REST service, and verify the returned content is javascript before returning the header part.
|
ComponentFunction |
TIDRest.restHeadText(java.lang.String[] parameters)
Perform the "HEAD" method on a REST service, and verify the returned content is text before returning the header part.
|
ComponentFunction |
TIDRest.restHeadText(java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "HEAD" method on a REST service, and verify the returned content is text before returning the header part.
|
ComponentFunction |
TIDRest.restHeadXML(java.lang.String[] parameters)
Perform the "HEAD" method on a REST service, and verify the returned content is xml before returning the header part.
|
ComponentFunction |
TIDRest.restHeadXML(java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "HEAD" method on a REST service, and verify the returned content is xml before returning the header part.
|
ComponentFunction |
Window.restore()
Sends a RestorePos command to the active window.
|
ComponentFunction |
TIDRest.restPatchBinary() |
ComponentFunction |
TIDRest.restPatchCSS() |
ComponentFunction |
TIDRest.restPatchCustom() |
ComponentFunction |
TIDRest.restPatchHTML() |
ComponentFunction |
TIDRest.restPatchImage() |
ComponentFunction |
TIDRest.restPatchJSON() |
ComponentFunction |
TIDRest.restPatchScript() |
ComponentFunction |
TIDRest.restPatchText() |
ComponentFunction |
TIDRest.restPatchXML(java.lang.String[] parameters)
Perform the "PATCH" method on a REST service, and verify the returned status code is 200 or 204.
|
ComponentFunction |
TIDRest.restPatchXML(java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "PATCH" method on a REST service, and verify the returned status code is 200 or 204.
|
ComponentFunction |
TIDRest.restPostBinary() |
ComponentFunction |
TIDRest.restPostCSS() |
ComponentFunction |
TIDRest.restPostCustom() |
ComponentFunction |
TIDRest.restPostHTML() |
ComponentFunction |
TIDRest.restPostImage() |
ComponentFunction |
TIDRest.restPostJSON() |
ComponentFunction |
TIDRest.restPostScript() |
ComponentFunction |
TIDRest.restPostText() |
ComponentFunction |
TIDRest.restPostXML(java.lang.String[] parameters)
Perform the "POST" method on a REST service, and verify the returned status code is 201 ("created").
|
ComponentFunction |
TIDRest.restPostXML(java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "POST" method on a REST service, and verify the returned status code is 201 ("created").
|
ComponentFunction |
TIDRest.restPutBinary()
Put binary content.
|
ComponentFunction |
TIDRest.restPutCSS(java.lang.String[] parameters)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204.
|
ComponentFunction |
TIDRest.restPutCSS(java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204.
|
ComponentFunction |
TIDRest.restPutCustom(java.lang.String[] parameters)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204.
|
ComponentFunction |
TIDRest.restPutCustom(java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204.
|
ComponentFunction |
TIDRest.restPutHTML(java.lang.String[] parameters)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204.
|
ComponentFunction |
TIDRest.restPutHTML(java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204.
|
ComponentFunction |
TIDRest.restPutImage()
Put image content.
|
ComponentFunction |
TIDRest.restPutJSON(java.lang.String[] parameters)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204.
|
ComponentFunction |
TIDRest.restPutJSON(java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204.
|
ComponentFunction |
TIDRest.restPutScript(java.lang.String[] parameters)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204.
|
ComponentFunction |
TIDRest.restPutScript(java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204.
|
ComponentFunction |
TIDRest.restPutText(java.lang.String[] parameters)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204.
|
ComponentFunction |
TIDRest.restPutText(java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204.
|
ComponentFunction |
TIDRest.restPutXML(java.lang.String[] parameters)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204.
|
ComponentFunction |
TIDRest.restPutXML(java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform the "PUT" method on a REST service, and verify the returned status code is 201 ("created") or 200 or 204.
|
ComponentFunction |
TIDRest.restRequest(java.lang.String[] parameters)
Perform an HTTP method on a REST service.
|
ComponentFunction |
TIDRest.restRequest(java.lang.String hTTPMethod,
java.lang.String relativeURI,
java.lang.String responseIdVar,
java.lang.String body,
java.lang.String headers,
java.lang.String authentication)
Perform an HTTP method on a REST service.
|
ComponentFunction |
TIDRest.restStartServiceSession(java.lang.String[] parameters)
Start a session for a REST service.
|
ComponentFunction |
TIDRest.restStartServiceSession(java.lang.String baseURL,
java.lang.String authentication)
Start a session for a REST service.
|
ComponentFunction |
Window.rightClick(java.lang.String appMapSubkey)
Performs a right-click on any part of a Window based on a stored x,y coordinate.
|
ComponentFunction |
GenericObject.rightClick(java.lang.String[] parameters)
A right click on an object.
|
ComponentFunction |
GenericObject.rightClick(java.lang.String appMapSubkey,
java.lang.String autoScroll)
A right click on an object.
|
ComponentFunction |
JavaTable.rightClickCell(java.lang.String[] parameters)
Attempts to perform a right click on a cell in a JavaTable.
|
ComponentFunction |
HTMLTable.rightClickCell(java.lang.String[] parameters)
Attempts to perform a right click on a cell in a Table.
|
ComponentFunction |
FPSpread.rightClickCell(java.lang.String[] parameters)
Attempts to perform a single right click on a table cell.
|
ComponentFunction |
DotNetTable.rightClickCell(java.lang.String[] parameters)
Attempts to perform a right click on a cell in a DotNetTable.
|
ComponentFunction |
JavaTable.rightClickCell(java.lang.String row,
java.lang.String col)
Attempts to perform a right click on a cell in a JavaTable.
|
ComponentFunction |
HTMLTable.rightClickCell(java.lang.String row,
java.lang.String col)
Attempts to perform a right click on a cell in a Table.
|
ComponentFunction |
FPSpread.rightClickCell(java.lang.String row,
java.lang.String col)
Attempts to perform a single right click on a table cell.
|
ComponentFunction |
DotNetTable.rightClickCell(java.lang.String row,
java.lang.String col)
Attempts to perform a right click on a cell in a DotNetTable.
|
ComponentFunction |
JavaTable.rightClickColumnLabel(java.lang.String[] parameters)
Right clicks on the label of the specified column.
|
ComponentFunction |
JavaTable.rightClickColumnLabel(java.lang.String colNumber,
java.lang.String yOffset)
Right clicks on the label of the specified column.
|
ComponentFunction |
TreeView.rightClickPartial(java.lang.String[] parameters)
Action to right click a node according to a partial match of its text value.
|
ComponentFunction |
TreeView.rightClickPartial(java.lang.String textValue,
java.lang.String matchIndex)
Action to right click a node according to a partial match of its text value.
|
ComponentFunction |
GenericObject.rightClickScreenImage(java.lang.String appMapSubKey)
Same as RightClick.
|
ComponentFunction |
GenericObject.rightClickScreenLocation(java.lang.String appMapSubkey)
RightClick a specified screen location.
|
ComponentFunction |
GenericObject.rightClickScreenPoint(java.lang.String coords)
(Deprecated) RightClick a specified screen location.
|
ComponentFunction |
ListBox.rightClickTextItem(java.lang.String textValue)
Routine to Right-Click a selection according to its text value.
|
ComponentFunction |
ListView.rightClickTextItem(java.lang.String[] parameters)
Routine to RightClick (single click) an item according to its text value.
|
ComponentFunction |
ListView.rightClickTextItem(java.lang.String selectTextValue,
java.lang.String matchIndex)
Routine to RightClick (single click) an item according to its text value.
|
ComponentFunction |
ListView.rightClickTextItemCoords(java.lang.String[] parameters)
Right click a text item at specific Coords.
|
ComponentFunction |
ListView.rightClickTextItemCoords(java.lang.String selectTextValue,
java.lang.String coords,
java.lang.String matchIndex)
Right click a text item at specific Coords.
|
ComponentFunction |
JavaTree.rightClickTextNode(java.lang.String textValue)
Action to right-click a node according to its text value.
|
ComponentFunction |
DotNetTree.rightClickTextNode(java.lang.String textValue)
Action to right-click a node according to its text value.
|
ComponentFunction |
TreeView.rightClickTextNode(java.lang.String[] parameters)
Action to right click a node according to its text value.
|
ComponentFunction |
TreeView.rightClickTextNode(java.lang.String textValue,
java.lang.String matchIndex)
Action to right click a node according to its text value.
|
ComponentFunction |
ListView.rightClickUnverifiedTextItem(java.lang.String[] parameters)
Routine to RightClick (single click) an unverifiable item according to its text value.
|
ComponentFunction |
ListView.rightClickUnverifiedTextItem(java.lang.String selectTextValue,
java.lang.String matchIndex)
Routine to RightClick (single click) an unverifiable item according to its text value.
|
ComponentFunction |
ListView.rightClickUnverifiedTextItemCoords(java.lang.String[] parameters)
Right Click an unverifiable text item at specific Coords.
|
ComponentFunction |
ListView.rightClickUnverifiedTextItemCoords(java.lang.String selectTextValue,
java.lang.String coords,
java.lang.String matchIndex)
Right Click an unverifiable text item at specific Coords.
|
ComponentFunction |
JavaTree.rightClickUnverifiedTextNode(java.lang.String textValue)
Action to blindly right-click a node according to its text value.
|
ComponentFunction |
DotNetTree.rightClickUnverifiedTextNode(java.lang.String textValue)
Action to blindly right-click a node according to its text value.
|
ComponentFunction |
TreeView.rightClickUnverifiedTextNode(java.lang.String[] parameters)
Action to (almost) blindly right-click a text node.
|
ComponentFunction |
TreeView.rightClickUnverifiedTextNode(java.lang.String textValue,
java.lang.String matchIndex)
Action to (almost) blindly right-click a text node.
|
ComponentFunction |
GenericObject.rightDrag(java.lang.String appMapSubkey)
A right mouse drag is performed on the object based on the stored coordinates.
|
ComponentFunction |
HTMLImage.saveHTMLImage(java.lang.String[] parameters)
Attempts to Save an HTMLImage on a webpage.
|
ComponentFunction |
HTMLImage.saveHTMLImage(java.lang.String fileName,
java.lang.String coords)
Attempts to Save an HTMLImage on a webpage.
|
ComponentFunction |
GenericMaster.saveTextFromGUI(java.lang.String[] parameters)
Incorporate OCR technology to detect the text on a GUI component and save the text to a text file.
|
ComponentFunction |
GenericMaster.saveTextFromGUI(java.lang.String outputFile,
java.lang.String subArea,
java.lang.String oCRId,
java.lang.String langId,
java.lang.String scaleRatio)
Incorporate OCR technology to detect the text on a GUI component and save the text to a text file.
|
ComponentFunction |
ComboListBox.select(java.lang.String textValue)
Select an item by its text value from an exposed combobox dropdown list.
|
ComponentFunction |
ComboEditBox.select(java.lang.String textValue)
Select an item by its text value from a ComboEditBox.
|
ComponentFunction |
TreeView.select(java.lang.String[] parameters)
Action to select a node according to its text value.
|
ComponentFunction |
ComboBox.select(java.lang.String[] parameters)
Select an item by its text value from a combobox.
|
ComponentFunction |
TreeView.select(java.lang.String textValue,
java.lang.String matchIndex)
Action to select a node according to its text value.
|
ComponentFunction |
ComboBox.select(java.lang.String textValue,
java.lang.String forceRefresh)
Select an item by its text value from a combobox.
|
ComponentFunction |
ListView.selectAnotherPartialMatch(java.lang.String[] parameters)
Routine for multiple selection to Control+Click on an item according to a partial text match.
|
ComponentFunction |
ListView.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.
|
ComponentFunction |
TreeView.selectAnotherPartialTextNode(java.lang.String textValue)
Action to select a node according to a partial match of its text value, in addition to any nodes already selected.
|
ComponentFunction |
JavaTree.selectAnotherPartialTextNode(java.lang.String textValue)
Action to select a node according to a partial match of its text value, in addition to any nodes already selected.
|
ComponentFunction |
DotNetTree.selectAnotherPartialTextNode(java.lang.String textValue)
Action to select a node according to a partial match of its text value, in addition to any nodes already selected.
|
ComponentFunction |
ListBox.selectAnotherTextItem(java.lang.String textValue)
Routine to Control+Click and Verify a selection according to its text value.
|
ComponentFunction |
ListView.selectAnotherTextItem(java.lang.String[] parameters)
Routine for multiple selection to Control+Click on an item by its text value.
|
ComponentFunction |
ListView.selectAnotherTextItem(java.lang.String textValue,
java.lang.String matchIndex)
Routine for multiple selection to Control+Click on an item by its text value.
|
ComponentFunction |
TreeView.selectAnotherTextNode(java.lang.String textValue)
Action to select a node according to its text value, in addition to any nodes already selected.
|
ComponentFunction |
JavaTree.selectAnotherTextNode(java.lang.String textValue)
Action to select a node according to its text value, in addition to any nodes already selected.
|
ComponentFunction |
DotNetTree.selectAnotherTextNode(java.lang.String textValue)
Action to select a node according to its text value, in addition to any nodes already selected.
|
ComponentFunction |
ListBox.selectAnotherUnverifiedTextItem(java.lang.String textValue)
Routine to Control+Click an item according to its text value.
|
ComponentFunction |
TreeView.selectAnotherUnverifiedTextNode(java.lang.String textValue)
Action to blindly select a node according to its text value, in addition to any nodes already selected.
|
ComponentFunction |
JavaTree.selectAnotherUnverifiedTextNode(java.lang.String textValue)
Action to blindly select a node according to its text value, in addition to any nodes already selected.
|
ComponentFunction |
DotNetTree.selectAnotherUnverifiedTextNode(java.lang.String textValue)
Action to blindly select a node according to its text value, in addition to any nodes already selected.
|
ComponentFunction |
VSFlexGrid.selectCell(java.lang.String[] parameters)
Attempts to perform a Select on a table cell.
|
ComponentFunction |
JavaTable.selectCell(java.lang.String[] parameters)
Same as ClickCell.
|
ComponentFunction |
HTMLTable.selectCell(java.lang.String[] parameters)
Same as ClickCell.
|
ComponentFunction |
DotNetTable.selectCell(java.lang.String[] parameters)
Same as ClickCell.
|
ComponentFunction |
VSFlexGrid.selectCell(java.lang.String row,
java.lang.String col)
Attempts to perform a Select on a table cell.
|
ComponentFunction |
JavaTable.selectCell(java.lang.String row,
java.lang.String col)
Same as ClickCell.
|
ComponentFunction |
HTMLTable.selectCell(java.lang.String row,
java.lang.String col)
Same as ClickCell.
|
ComponentFunction |
DotNetTable.selectCell(java.lang.String row,
java.lang.String col)
Same as ClickCell.
|
ComponentFunction |
JavaTable.selectCellContainsTextFind(java.lang.String[] parameters)
Attempts to select a particular cell by finding the row based on cell values.
|
ComponentFunction |
HTMLTable.selectCellContainsTextFind(java.lang.String[] parameters)
Attempts to select a particular cell by finding the row based on cell values.
|
ComponentFunction |
DotNetTable.selectCellContainsTextFind(java.lang.String[] parameters)
Attempts to select a particular cell by finding the row based on cell values.
|
ComponentFunction |
JavaTable.selectCellContainsTextFind(java.lang.String var,
java.lang.String col,
java.lang.String colN,
java.lang.String valueN)
Attempts to select a particular cell by finding the row based on cell values.
|
ComponentFunction |
HTMLTable.selectCellContainsTextFind(java.lang.String var,
java.lang.String col,
java.lang.String colN,
java.lang.String valueN)
Attempts to select a particular cell by finding the row based on cell values.
|
ComponentFunction |
DotNetTable.selectCellContainsTextFind(java.lang.String var,
java.lang.String col,
java.lang.String colN,
java.lang.String valueN)
Attempts to select a particular cell by finding the row based on cell values.
|
ComponentFunction |
JavaTable.selectCellText(java.lang.String[] parameters)
Attempts to select a particular cell.
|
ComponentFunction |
HTMLTable.selectCellText(java.lang.String[] parameters)
Attempts to select a particular cell.
|
ComponentFunction |
DotNetTable.selectCellText(java.lang.String[] parameters)
Attempts to select a particular cell.
|
ComponentFunction |
JavaTable.selectCellText(java.lang.String row,
java.lang.String col)
Attempts to select a particular cell.
|
ComponentFunction |
HTMLTable.selectCellText(java.lang.String row,
java.lang.String col)
Attempts to select a particular cell.
|
ComponentFunction |
DotNetTable.selectCellText(java.lang.String row,
java.lang.String col)
Attempts to select a particular cell.
|
ComponentFunction |
JavaTable.selectCellTextFind(java.lang.String[] parameters)
Attempts to select a particular cell by finding the row based on cell values.
|
ComponentFunction |
HTMLTable.selectCellTextFind(java.lang.String[] parameters)
Attempts to select a particular cell by finding the row based on cell values.
|
ComponentFunction |
DotNetTable.selectCellTextFind(java.lang.String[] parameters)
Attempts to select a particular cell by finding the row based on cell values.
|
ComponentFunction |
JavaTable.selectCellTextFind(java.lang.String var,
java.lang.String col,
java.lang.String colN,
java.lang.String valueN)
Attempts to select a particular cell by finding the row based on cell values.
|
ComponentFunction |
HTMLTable.selectCellTextFind(java.lang.String var,
java.lang.String col,
java.lang.String colN,
java.lang.String valueN)
Attempts to select a particular cell by finding the row based on cell values.
|
ComponentFunction |
DotNetTable.selectCellTextFind(java.lang.String var,
java.lang.String col,
java.lang.String colN,
java.lang.String valueN)
Attempts to select a particular cell by finding the row based on cell values.
|
ComponentFunction |
JavaTable.selectCellTextSpecial(java.lang.String[] parameters)
Holds down either Ctrl or Shift while making a cell selection
with emulating either a Left or Right mouse click.
|
ComponentFunction |
HTMLTable.selectCellTextSpecial(java.lang.String[] parameters)
Holds down either key Control or Shift while making a cell selection
with emulating either a Left or Right mouse click.
|
ComponentFunction |
DotNetTable.selectCellTextSpecial(java.lang.String[] parameters)
Holds down either Ctrl or Shift while making a cell selection
with emulating either a Left or Right mouse click.
|
ComponentFunction |
JavaTable.selectCellTextSpecial(java.lang.String specialKey,
java.lang.String mouseClick,
java.lang.String row,
java.lang.String col)
Holds down either Ctrl or Shift while making a cell selection
with emulating either a Left or Right mouse click.
|
ComponentFunction |
HTMLTable.selectCellTextSpecial(java.lang.String specialKey,
java.lang.String mouseClick,
java.lang.String row,
java.lang.String col)
Holds down either key Control or Shift while making a cell selection
with emulating either a Left or Right mouse click.
|
ComponentFunction |
DotNetTable.selectCellTextSpecial(java.lang.String specialKey,
java.lang.String mouseClick,
java.lang.String row,
java.lang.String col)
Holds down either Ctrl or Shift while making a cell selection
with emulating either a Left or Right mouse click.
|
ComponentFunction |
JavaTable.selectFuzzyCellText(java.lang.String[] parameters)
Attempts to select a particular cell.
|
ComponentFunction |
HTMLTable.selectFuzzyCellText(java.lang.String[] parameters)
Attempts to select a particular cell.
|
ComponentFunction |
DotNetTable.selectFuzzyCellText(java.lang.String[] parameters)
Attempts to select a particular cell.
|
ComponentFunction |
JavaTable.selectFuzzyCellText(java.lang.String row,
java.lang.String col)
Attempts to select a particular cell.
|
ComponentFunction |
HTMLTable.selectFuzzyCellText(java.lang.String row,
java.lang.String col)
Attempts to select a particular cell.
|
ComponentFunction |
DotNetTable.selectFuzzyCellText(java.lang.String row,
java.lang.String col)
Attempts to select a particular cell.
|
ComponentFunction |
JavaTable.selectFuzzyCellTextFind(java.lang.String[] parameters)
Attempts to select a particular cell by finding the row based on fuzzy cell values.
|
ComponentFunction |
HTMLTable.selectFuzzyCellTextFind(java.lang.String[] parameters)
Attempts to select a particular cell by finding the row based on fuzzy cell values.
|
ComponentFunction |
DotNetTable.selectFuzzyCellTextFind(java.lang.String[] parameters)
Attempts to select a particular cell by finding the row based on fuzzy cell values.
|
ComponentFunction |
JavaTable.selectFuzzyCellTextFind(java.lang.String var,
java.lang.String col,
java.lang.String colN,
java.lang.String valueN)
Attempts to select a particular cell by finding the row based on fuzzy cell values.
|
ComponentFunction |
HTMLTable.selectFuzzyCellTextFind(java.lang.String var,
java.lang.String col,
java.lang.String colN,
java.lang.String valueN)
Attempts to select a particular cell by finding the row based on fuzzy cell values.
|
ComponentFunction |
DotNetTable.selectFuzzyCellTextFind(java.lang.String var,
java.lang.String col,
java.lang.String colN,
java.lang.String valueN)
Attempts to select a particular cell by finding the row based on fuzzy cell values.
|
ComponentFunction |
ListView.selectIndex(java.lang.String index)
Same as (Alias for) ListView SelectIndexItem
|
ComponentFunction |
ListBox.selectIndex(java.lang.String index)
Select an item based on it's index in the list, starting from 1
Select an item based on it's index in the list, starting from 1
|
ComponentFunction |
ComboListBox.selectIndex(java.lang.String indexValue)
Select an item by its index from a combolistbox.
|
ComponentFunction |
ComboEditBox.selectIndex(java.lang.String indexValue)
Select an item by its index from a ComboEditBox (ComboBox).
|
ComponentFunction |
ComboBox.selectIndex(java.lang.String[] parameters)
Select an item by its index from a combobox.
|
ComponentFunction |
ComboBox.selectIndex(java.lang.String indexValue,
java.lang.String forceRefresh)
Select an item by its index from a combobox.
|
ComponentFunction |
ListView.selectIndexItem(java.lang.String itemIndex)
Routine to single click an item according to its Index value.
|
ComponentFunction |
ListView.selectIndexItemCoords(java.lang.String[] parameters)
Routine to single click an item by Index at specific coordinates.
|
ComponentFunction |
ListView.selectIndexItemCoords(java.lang.String itemIndex,
java.lang.String coords)
Routine to single click an item by Index at specific coordinates.
|
ComponentFunction |
Window.selectMenuID(java.lang.String menuID)
Attempts to select a particular menuitem by menuID.
|
ComponentFunction |
Window.selectMenuItem(java.lang.String textValue)
Attempts to select a particular text string menuitem.
|
ComponentFunction |
DotNetMenu.selectMenuItem(java.lang.String textValue)
Action to select a menuItem according to its text value.
|
ComponentFunction |
JavaMenu.selectMenuItem(java.lang.String[] parameters)
Action to select a menuItem according to its text value.
|
ComponentFunction |
JavaMenu.selectMenuItem(java.lang.String textValue,
java.lang.String indexPath)
Action to select a menuItem according to its text value.
|
ComponentFunction |
Window.selectMenuItemContains(java.lang.String textValue)
Attempts to select a menuitem based on a partial text match.
|
ComponentFunction |
DotNetMenu.selectMenuItemContains(java.lang.String textValue)
Action to select a menuItem according to a partial match of its text value.
|
ComponentFunction |
JavaMenu.selectMenuItemContains(java.lang.String[] parameters)
Action to select a menuItem according to a partial match of its text value.
|
ComponentFunction |
JavaMenu.selectMenuItemContains(java.lang.String textValue,
java.lang.String indexPath)
Action to select a menuItem according to a partial match of its text value.
|
ComponentFunction |
SSTree.selectNode(java.lang.String appMapSubkey)
Routine to select a node according to its AppMap reference.
|
ComponentFunction |
TreeView.selectPartial(java.lang.String[] parameters)
Action to select a node according to a partial match of its text value.
|
ComponentFunction |
TreeView.selectPartial(java.lang.String textValue,
java.lang.String matchIndex)
Action to select a node according to a partial match of its text value.
|
ComponentFunction |
ListBox.selectPartialMatch(java.lang.String textValue)
Routine to Click and Verify an item according to a partial text match.
|
ComponentFunction |
ComboEditBox.selectPartialMatch(java.lang.String textValue)
Select an item via a partial text match.
|
ComponentFunction |
ListView.selectPartialMatch(java.lang.String[] parameters)
Routine to select (single click) an item according to a partial text match.
|
ComponentFunction |
ComboBox.selectPartialMatch(java.lang.String[] parameters)
Select an item via a partial text match in a combobox.
|
ComponentFunction |
ListView.selectPartialMatch(java.lang.String partialTextValue,
java.lang.String matchIndex)
Routine to select (single click) an item according to a partial text match.
|
ComponentFunction |
ComboBox.selectPartialMatch(java.lang.String textValue,
java.lang.String forceRefresh)
Select an item via a partial text match in a combobox.
|
ComponentFunction |
TreeView.selectPartialTextNode(java.lang.String textValue)
Action to select a node according to a partial match of its text value.
|
ComponentFunction |
JavaTree.selectPartialTextNode(java.lang.String textValue)
Action to select a node according to a partial match of its text value.
|
ComponentFunction |
DotNetTree.selectPartialTextNode(java.lang.String textValue)
Action to select a node according to a partial match of its text value.
|
ComponentFunction |
TreeView.selectPartialTextNodeSpecial(java.lang.String[] parameters)
Holds down either Ctrl or Shift while making an item selection with emulating either a Left or Right mouse click.
|
ComponentFunction |
TreeView.selectPartialTextNodeSpecial(java.lang.String textValue,
java.lang.String matchIndex,
java.lang.String specialKey,
java.lang.String mouseClick)
Holds down either Ctrl or Shift while making an item selection with emulating either a Left or Right mouse click.
|
ComponentFunction |
PopupMenu.selectPopupMenuID(java.lang.String menuItemID)
Select a menuItem via its menuID in the currently active popup menu.
|
ComponentFunction |
PopupMenu.selectPopupMenuItem(java.lang.String menuItemText)
Select a menuItem via its text in the currently active popup menu.
|
ComponentFunction |
ListView.selectRandomItems(java.lang.String itemCount)
Routine to randomly select multiple items in the ListView object.
|
ComponentFunction |
TreeView.selectStateIcon(java.lang.String[] parameters)
Select/check a node's state icon (checkbox) according to its associated text value.
|
ComponentFunction |
TreeView.selectStateIcon(java.lang.String textValue,
java.lang.String matchIndex)
Select/check a node's state icon (checkbox) according to its associated text value.
|
ComponentFunction |
TabControl.selectTab(java.lang.String textValue)
Attempts to perform a standard SelectTab on a particular Tab on the TabControl
Attempts to perform a standard Selection on a particular Tab on the TabControl.
|
ComponentFunction |
TabControl.selectTabIndex(java.lang.String tabIndex)
Attempts to select a particular Tab by Index.
|
ComponentFunction |
ListBox.selectTextItem(java.lang.String textValue)
Routine to Click and Verify a selection according to its text value.
|
ComponentFunction |
ListView.selectTextItem(java.lang.String[] parameters)
Routine to select (single click) an item according to its text value.
|
ComponentFunction |
ListView.selectTextItem(java.lang.String selectTextValue,
java.lang.String matchIndex)
Routine to select (single click) an item according to its text value.
|
ComponentFunction |
ListView.selectTextItemCoords(java.lang.String[] parameters)
Single click a text item at specific Coords.
|
ComponentFunction |
ListView.selectTextItemCoords(java.lang.String selectTextValue,
java.lang.String coords,
java.lang.String matchIndex)
Single click a text item at specific Coords.
|
ComponentFunction |
JavaTree.selectTextNode(java.lang.String textValue)
Action to select a node according to its text value.
|
ComponentFunction |
DotNetTree.selectTextNode(java.lang.String textValue)
Action to select a node according to its text value.
|
ComponentFunction |
TreeView.selectTextNode(java.lang.String[] parameters)
Action to select a node according to its text value.
|
ComponentFunction |
TreeView.selectTextNode(java.lang.String textValue,
java.lang.String matchIndex)
Action to select a node according to its text value.
|
ComponentFunction |
TreeView.selectTextNodeSpecial(java.lang.String[] parameters)
Holds down either Ctrl or Shift while making an item selection with emulating either a Left or Right mouse click.
|
ComponentFunction |
TreeView.selectTextNodeSpecial(java.lang.String textValue,
java.lang.String matchIndex,
java.lang.String specialKey,
java.lang.String mouseClick)
Holds down either Ctrl or Shift while making an item selection with emulating either a Left or Right mouse click.
|
ComponentFunction |
ComboBox.selectUnverified(java.lang.String[] parameters)
Select an item by its text value from a combobox without verifying the
selection.
|
ComponentFunction |
ComboBox.selectUnverified(java.lang.String textValue,
java.lang.String forceRefresh)
Select an item by its text value from a combobox without verifying the
selection.
|
ComponentFunction |
ListBox.selectUnverifiedAnotherTextItem(java.lang.String textValue)
Use the identical "SelectAnotherUnverifiedTextItem" instead.
|
ComponentFunction |
JavaMenu.selectUnverifiedMenuItem(java.lang.String[] parameters)
Action to select a menuItem according to its text value without verification of it's existance.
|
ComponentFunction |
JavaMenu.selectUnverifiedMenuItem(java.lang.String textValue,
java.lang.String indexPath)
Action to select a menuItem according to its text value without verification of it's existance.
|
ComponentFunction |
ListBox.selectUnverifiedPartialMatch(java.lang.String textValue)
Routine to Click an item according to a partial text match.
|
ComponentFunction |
ComboBox.selectUnverifiedPartialMatch(java.lang.String[] parameters)
Select an item via a partial text match in a combobox without verification.
|
ComponentFunction |
ComboBox.selectUnverifiedPartialMatch(java.lang.String textValue,
java.lang.String forceRefresh)
Select an item via a partial text match in a combobox without verification.
|
ComponentFunction |
PopupMenu.selectUnverifiedPopupMenuItem(java.lang.String menuItemText)
Select a menuItem via its text in the currently active popup menu without verification.
|
ComponentFunction |
ListBox.selectUnverifiedTextItem(java.lang.String textValue)
Routine to Click a selection according to its text value.
|
ComponentFunction |
ListView.selectUnverifiedTextItem(java.lang.String[] parameters)
Routine to select (single click) an unverifiable item according to its text value.
|
ComponentFunction |
ListView.selectUnverifiedTextItem(java.lang.String selectTextValue,
java.lang.String matchIndex)
Routine to select (single click) an unverifiable item according to its text value.
|
ComponentFunction |
ListView.selectUnverifiedTextItemCoords(java.lang.String[] parameters)
Single click an unverifiable text item at specific Coords.
|
ComponentFunction |
ListView.selectUnverifiedTextItemCoords(java.lang.String selectTextValue,
java.lang.String coords,
java.lang.String matchIndex)
Single click an unverifiable text item at specific Coords.
|
ComponentFunction |
JavaTree.selectUnverifiedTextNode(java.lang.String textValue)
Action to blindly select a node according to its text value.
|
ComponentFunction |
DotNetTree.selectUnverifiedTextNode(java.lang.String textValue)
Action to blindly select a node according to its text value.
|
ComponentFunction |
TreeView.selectUnverifiedTextNode(java.lang.String[] parameters)
Action to (almost) blindly click a text node.
|
ComponentFunction |
TreeView.selectUnverifiedTextNode(java.lang.String textValue,
java.lang.String matchIndex)
Action to (almost) blindly click a text node.
|
ComponentFunction |
TreeView.selectUnverifiedTextNodeRightClick(java.lang.String[] parameters)
Skips many pre- and post-verification checks for right-clicks.
|
ComponentFunction |
TreeView.selectUnverifiedTextNodeRightClick(java.lang.String textValue,
java.lang.String matchIndex)
Skips many pre- and post-verification checks for right-clicks.
|
ComponentFunction |
GenericMaster.sendEvent(java.lang.String[] parameters)
Send or trigger an "event" with 0 or more arguments.
|
ComponentFunction |
GenericMaster.sendEvent(java.lang.String event,
java.lang.String pARAM_N)
Send or trigger an "event" with 0 or more arguments.
|
ComponentFunction |
FlexColor.setColor(java.lang.String colorValue)
Action to set a color according to its color value.
|
ComponentFunction |
FlexDate.setDate(java.lang.String dateValue)
Action to set date for a date component according to its DateValue.
|
ComponentFunction |
DatePicker.setDate(java.lang.String dateValue)
Action to set date for a date picker component according to its DateValue.
|
ComponentFunction |
Window.setFocus()
Set focus on the window.
|
ComponentFunction |
ListView.setListContains(java.lang.String[] parameters)
Set a variable with the result of checking that a listview contains the provided item.
|
ComponentFunction |
ListBox.setListContains(java.lang.String[] parameters)
Set a variable with the result of checking that a listview contains the provided item.
|
ComponentFunction |
ListView.setListContains(java.lang.String itemText,
java.lang.String resultVar)
Set a variable with the result of checking that a listview contains the provided item.
|
ComponentFunction |
ListBox.setListContains(java.lang.String itemText,
java.lang.String resultVar)
Set a variable with the result of checking that a listview contains the provided item.
|
ComponentFunction |
Window.setPosition(java.lang.String presetReference)
Sends a SetPosition command to the window to set the position, size, and status of the window.
|
ComponentFunction |
ProgressBar.setProgress(java.lang.String[] parameters)
Action to set progress for a progress bar component according to its value.
|
ComponentFunction |
ProgressBar.setProgress(java.lang.String progressValue,
java.lang.String isPrimary)
Action to set progress for a progress bar component according to its value.
|
ComponentFunction |
GenericMaster.setPropertyValue(java.lang.String[] parameters)
Sets a value to the property of an object.
|
ComponentFunction |
GenericMaster.setPropertyValue(java.lang.String objectPropertyName,
java.lang.String propertyValue)
Sets a value to the property of an object.
|
ComponentFunction |
ProgressBar.setRating(java.lang.String ratingValue)
Action to set rating for a rating bar component according to its value.
|
ComponentFunction |
TableView.setSelectedColumn(java.lang.String column)
Set the current column of to the one specified.
|
ComponentFunction |
TableView.setSelectedRow(java.lang.String row)
Set the current row of to the one specified.
|
ComponentFunction |
TableView.setTableCellData(java.lang.String[] parameters)
Set a specific cell to the specified value.
|
ComponentFunction |
TableView.setTableCellData(java.lang.String row,
java.lang.String column,
java.lang.String textValue)
Set a specific cell to the specified value.
|
ComponentFunction |
EditBox.setTextCharacters(java.lang.String textValue)
Set the text of the editbox
This action sets the text of the editbox.
|
ComponentFunction |
EditBox.setTextValue(java.lang.String textValue)
Set the text of the editbox
This action sets the text of the editbox.
|
ComponentFunction |
ComboEditBox.setTextValue(java.lang.String textValue)
Set the text of the ComboEditBox
This action sets the text of the ComboEditBox.
|
ComponentFunction |
ComboBox.setTextValue(java.lang.String textValue)
Set the text of the combobox
This action sets the text of the combobox.
|
ComponentFunction |
TimePicker.setTime(java.lang.String timeValue)
Action to set time for a time picker component according to its TimeValue.
|
ComponentFunction |
TreeView.setTreeContainsNode(java.lang.String[] parameters)
Sets a user-defined variable with the result of whether a tree contains the provided node.
|
ComponentFunction |
JavaTree.setTreeContainsNode(java.lang.String[] parameters)
Sets a user-defined variable with the result of whether a tree contains the provided node.
|
ComponentFunction |
DotNetTree.setTreeContainsNode(java.lang.String[] parameters)
Sets a user-defined variable with the result of whether a tree contains the provided node.
|
ComponentFunction |
TreeView.setTreeContainsNode(java.lang.String node,
java.lang.String resultVar)
Sets a user-defined variable with the result of whether a tree contains the provided node.
|
ComponentFunction |
JavaTree.setTreeContainsNode(java.lang.String node,
java.lang.String resultVar)
Sets a user-defined variable with the result of whether a tree contains the provided node.
|
ComponentFunction |
DotNetTree.setTreeContainsNode(java.lang.String node,
java.lang.String resultVar)
Sets a user-defined variable with the result of whether a tree contains the provided node.
|
ComponentFunction |
TreeView.setTreeContainsPartialMatch(java.lang.String[] parameters)
Sets a user-defined variable with the result of whether a tree contains the provided node
according to a partial match of the node's text value.
|
ComponentFunction |
JavaTree.setTreeContainsPartialMatch(java.lang.String[] parameters)
Sets a user-defined variable with the result of whether a tree contains the provided node
according to a partial match of the node's text value.
|
ComponentFunction |
DotNetTree.setTreeContainsPartialMatch(java.lang.String[] parameters)
Sets a user-defined variable with the result of whether a tree contains the provided node
according to a partial match of the node's text value.
|
ComponentFunction |
TreeView.setTreeContainsPartialMatch(java.lang.String node,
java.lang.String resultVar)
Sets a user-defined variable with the result of whether a tree contains the provided node
according to a partial match of the node's text value.
|
ComponentFunction |
JavaTree.setTreeContainsPartialMatch(java.lang.String node,
java.lang.String resultVar)
Sets a user-defined variable with the result of whether a tree contains the provided node
according to a partial match of the node's text value.
|
ComponentFunction |
DotNetTree.setTreeContainsPartialMatch(java.lang.String node,
java.lang.String resultVar)
Sets a user-defined variable with the result of whether a tree contains the provided node
according to a partial match of the node's text value.
|
ComponentFunction |
EditBox.setUnverifiedTextCharacters(java.lang.String textValue)
Set the text of the editbox
This action sets the text of the editbox.
|
ComponentFunction |
EditBox.setUnverifiedTextValue(java.lang.String textValue)
Set the text of the editbox without verification
This action sets the text of the editbox.
|
ComponentFunction |
ComboEditBox.setUnverifiedTextValue(java.lang.String textValue)
Set the text of the ComboEditBox without verification
This action sets the text of the ComboEditBox.
|
ComponentFunction |
ComboBox.setUnverifiedTextValue(java.lang.String textValue)
Set the text of the combobox without verification
This action sets the text of the combobox.
|
ComponentFunction |
FlexSlider.setValue(java.lang.String sliderValue)
Action to set the value of the slider according to its SliderValue.
|
ComponentFunction |
FlexNumericStepper.setValue(java.lang.String stepperValue)
Action to set the value of the stepper according to its StepperValue.
|
ComponentFunction |
GenericObject.shiftClick(java.lang.String[] parameters)
A SHIFT click on an object.
|
ComponentFunction |
GenericObject.shiftClick(java.lang.String appMapSubkey,
java.lang.String autoScroll)
A SHIFT click on an object.
|
ComponentFunction |
FPSpread.shiftClickCell(java.lang.String[] parameters)
Attempts to perform a single SHIFT+Click on a table cell.
|
ComponentFunction |
FPSpread.shiftClickCell(java.lang.String row,
java.lang.String col)
Attempts to perform a single SHIFT+Click on a table cell.
|
ComponentFunction |
GenericObject.shiftClickScreenImage(java.lang.String appMapSubKey)
Same as ShiftClick.
|
ComponentFunction |
TreeView.shiftClickUnverifiedTextNode(java.lang.String textValue)
Action to blindly SHIFT-click a node according to its text value.
|
ComponentFunction |
JavaTree.shiftClickUnverifiedTextNode(java.lang.String textValue)
Action to blindly SHIFT-click a node according to its text value.
|
ComponentFunction |
DotNetTree.shiftClickUnverifiedTextNode(java.lang.String textValue)
Action to blindly SHIFT-click a node according to its text value.
|
ComponentFunction |
GenericObject.shiftLeftDrag(java.lang.String appMapSubkey)
A SHIFT left mouse drag is performed on the object based on the stored coordinates.
|
ComponentFunction |
ComboBox.showList()
Show the combo box list (expose it).
|
ComponentFunction |
GenericMaster.showOnPage(java.lang.String verify)
Make the component visible on the page.
|
ComponentFunction |
GenericObject.tap()
A single Tap on a touchscreen object.
|
ComponentFunction |
GenericObject.twoFingerTap()
A two-finger tap on a touchscreen object.
|
ComponentFunction |
GenericMaster.typeChars(java.lang.String textValue)
Sends literal text keystrokes to whatever has keyboard focus.
|
ComponentFunction |
GenericMaster.typeEncryption(java.lang.String[] parameters)
Sends secret-text (such as password) to whatever has keyboard focus.
|
ComponentFunction |
GenericMaster.typeEncryption(java.lang.String encryptedDataFile,
java.lang.String privateKeyFile)
Sends secret-text (such as password) to whatever has keyboard focus.
|
ComponentFunction |
GenericMaster.typeKeys(java.lang.String textValue)
Sends keystrokes to whatever has keyboard focus.
|
ComponentFunction |
CheckBox.unCheck()
Tries to perform a UnCheck on the Checkbox.
|
ComponentFunction |
TreeView.unCheckTextNode(java.lang.String[] parameters)
UnChecks a node's state icon (checkbox) according to its associated text value.
|
ComponentFunction |
TreeView.unCheckTextNode(java.lang.String textValue,
java.lang.String matchIndex)
UnChecks a node's state icon (checkbox) according to its associated text value.
|
ComponentFunction |
TabControl.unverifiedClick(java.lang.String textValue)
Use UnverifiedClickTab instead (where available).
|
ComponentFunction |
TabControl.unverifiedClickTab(java.lang.String textValue)
Attempts to perform an unverified Click on a particular Tab on the TabControl
Attempts to perform an unverified Click on a particular Tab on the TabControl.
|
ComponentFunction |
GenericMaster.verifyArrayPropertyToFile(java.lang.String[] parameters)
Verify the value of an array property with a benchmark file
Typically, benchmarks are stored in the Datapool\Bench directory.
|
ComponentFunction |
GenericMaster.verifyArrayPropertyToFile(java.lang.String propertyName,
java.lang.String benchmarkFile,
java.lang.String filterMode,
java.lang.String filterOptions)
Verify the value of an array property with a benchmark file
Typically, benchmarks are stored in the Datapool\Bench directory.
|
ComponentFunction |
GenericMaster.verifyBinaryFileToFile(java.lang.String[] parameters)
Verify the current contents of a binary (image, PDF etc.) file with a benchmark file.
|
ComponentFunction |
GenericMaster.verifyBinaryFileToFile(java.lang.String benchmarkFile,
java.lang.String actualFile,
java.lang.String filterMode,
java.lang.String filterOptions,
java.lang.String alterImageStyle,
java.lang.String alterImageFactor,
java.lang.String pdfResolution)
Verify the current contents of a binary (image, PDF etc.) file with a benchmark file.
|
ComponentFunction |
HTMLDocument.verifyBodySource(java.lang.String[] parameters)
Compares the HTML source of the BODY tag with that of a benchmark file.
|
ComponentFunction |
HTMLDocument.verifyBodySource(java.lang.String benchmark,
java.lang.String fileEncoding)
Compares the HTML source of the BODY tag with that of a benchmark file.
|
ComponentFunction |
HTMLDocument.verifyBodyText(java.lang.String[] parameters)
Compares the visible doc text with that of a benchmark file.
|
ComponentFunction |
HTMLDocument.verifyBodyText(java.lang.String benchmark,
java.lang.String fileEncoding)
Compares the visible doc text with that of a benchmark file.
|
ComponentFunction |
ToolBar.verifyButtonClicked(java.lang.String buttonTextValue)
Verifies a particular case-sensitive button text item is selected
Verifies a particular case-sensitive button text item is selected
|
ComponentFunction |
ToolBar.verifyButtonCount(java.lang.String buttonCount)
Verifies a total button presents in the Toolbar.
|
ComponentFunction |
ToolBar.verifyButtonText(java.lang.String[] parameters)
Verifies a particular case-sensitive text (button.key) item exists
Verifies a particular case-sensitive text (button.key) item exists
|
ComponentFunction |
ToolBar.verifyButtonText(java.lang.String buttonTextValue,
java.lang.String caseInsensitive)
Verifies a particular case-sensitive text (button.key) item exists
Verifies a particular case-sensitive text (button.key) item exists
|
ComponentFunction |
ToolBar.verifyButtonUnClicked(java.lang.String buttonTextValue)
Verifies a particular case-sensitive button text item is unselected
Verifies a particular case-sensitive button text item is unselected
|
ComponentFunction |
JavaTable.verifyCellEditable(java.lang.String[] parameters)
Verifies whether the specified cell is editable.
|
ComponentFunction |
HTMLTable.verifyCellEditable(java.lang.String[] parameters)
Verifies whether the specified cell is editable.
|
ComponentFunction |
DotNetTable.verifyCellEditable(java.lang.String[] parameters)
Verifies whether the specified cell is editable.
|
ComponentFunction |
JavaTable.verifyCellEditable(java.lang.String row,
java.lang.String col,
java.lang.String expectedValue)
Verifies whether the specified cell is editable.
|
ComponentFunction |
HTMLTable.verifyCellEditable(java.lang.String row,
java.lang.String col,
java.lang.String expectedValue)
Verifies whether the specified cell is editable.
|
ComponentFunction |
DotNetTable.verifyCellEditable(java.lang.String row,
java.lang.String col,
java.lang.String expectedValue)
Verifies whether the specified cell is editable.
|
ComponentFunction |
JavaTable.verifyCellText(java.lang.String[] parameters)
Attempts to verify a particular cell value.
|
ComponentFunction |
HTMLTable.verifyCellText(java.lang.String[] parameters)
Attempts to verify a particular cell value.
|
ComponentFunction |
FPSpread.verifyCellText(java.lang.String[] parameters)
Verify a specific cell's text.
|
ComponentFunction |
DotNetTable.verifyCellText(java.lang.String[] parameters)
Attempts to verify a particular cell value.
|
ComponentFunction |
JavaTable.verifyCellText(java.lang.String benchValue,
java.lang.String row,
java.lang.String col)
Attempts to verify a particular cell value.
|
ComponentFunction |
HTMLTable.verifyCellText(java.lang.String benchValue,
java.lang.String row,
java.lang.String col)
Attempts to verify a particular cell value.
|
ComponentFunction |
FPSpread.verifyCellText(java.lang.String expectedCellText,
java.lang.String row,
java.lang.String col)
Verify a specific cell's text.
|
ComponentFunction |
DotNetTable.verifyCellText(java.lang.String benchValue,
java.lang.String row,
java.lang.String col)
Attempts to verify a particular cell value.
|
ComponentFunction |
JavaTable.verifyCellTextContains(java.lang.String[] parameters)
Attempts to verify a particular cell value.
|
ComponentFunction |
HTMLTable.verifyCellTextContains(java.lang.String[] parameters)
Attempts to verify a particular cell value.
|
ComponentFunction |
DotNetTable.verifyCellTextContains(java.lang.String[] parameters)
Attempts to verify a particular cell value.
|
ComponentFunction |
JavaTable.verifyCellTextContains(java.lang.String benchValue,
java.lang.String row,
java.lang.String col)
Attempts to verify a particular cell value.
|
ComponentFunction |
HTMLTable.verifyCellTextContains(java.lang.String benchValue,
java.lang.String row,
java.lang.String col)
Attempts to verify a particular cell value.
|
ComponentFunction |
DotNetTable.verifyCellTextContains(java.lang.String benchValue,
java.lang.String row,
java.lang.String col)
Attempts to verify a particular cell value.
|
ComponentFunction |
JavaTable.verifyCellTextFind(java.lang.String[] parameters)
Attempts to verify a particular cell by finding the row based on cell values.
|
ComponentFunction |
HTMLTable.verifyCellTextFind(java.lang.String[] parameters)
Attempts to verify a particular cell by finding the row based on cell values.
|
ComponentFunction |
DotNetTable.verifyCellTextFind(java.lang.String[] parameters)
Attempts to verify a particular cell by finding the row based on cell values.
|
ComponentFunction |
JavaTable.verifyCellTextFind(java.lang.String benchValue,
java.lang.String var,
java.lang.String col,
java.lang.String colN,
java.lang.String valueN)
Attempts to verify a particular cell by finding the row based on cell values.
|
ComponentFunction |
HTMLTable.verifyCellTextFind(java.lang.String benchValue,
java.lang.String var,
java.lang.String col,
java.lang.String colN,
java.lang.String valueN)
Attempts to verify a particular cell by finding the row based on cell values.
|
ComponentFunction |
DotNetTable.verifyCellTextFind(java.lang.String benchValue,
java.lang.String var,
java.lang.String col,
java.lang.String colN,
java.lang.String valueN)
Attempts to verify a particular cell by finding the row based on cell values.
|
ComponentFunction |
TableView.verifyCellValue(java.lang.String[] parameters)
Verify the contents of a particular cell at position
row, column.
|
ComponentFunction |
HTMLTable.verifyCellValue(java.lang.String[] parameters)
Verify the value of a specific Cell.
|
ComponentFunction |
HTMLTable.verifyCellValue(java.lang.String expectedValue,
java.lang.String cell)
Verify the value of a specific Cell.
|
ComponentFunction |
TableView.verifyCellValue(java.lang.String expectedText,
java.lang.String row,
java.lang.String column)
Verify the contents of a particular cell at position
row, column.
|
ComponentFunction |
GenericMaster.verifyClipboardToFile(java.lang.String[] parameters)
Verify the current contents of the Windows clipboard with a benchmark file.
|
ComponentFunction |
GenericMaster.verifyClipboardToFile(java.lang.String benchmarkFile,
java.lang.String filterMode,
java.lang.String filterOptions)
Verify the current contents of the Windows clipboard with a benchmark file.
|
ComponentFunction |
GenericMaster.verifyClipboardVP(java.lang.String vPName)
Verify the current contents of the Windows clipboard using a Robot ClipboardVP.
|
ComponentFunction |
JavaTable.verifyColumnLabel(java.lang.String[] parameters)
Attempts to verify a particular column's label when given a column number.
|
ComponentFunction |
HTMLTable.verifyColumnLabel(java.lang.String[] parameters)
Attempts to verify a particular column's label when given a column number.
|
ComponentFunction |
DotNetTable.verifyColumnLabel(java.lang.String[] parameters)
Attempts to verify a particular column's label when given a column number.
|
ComponentFunction |
JavaTable.verifyColumnLabel(java.lang.String colLabel,
java.lang.String colNumber)
Attempts to verify a particular column's label when given a column number.
|
ComponentFunction |
HTMLTable.verifyColumnLabel(java.lang.String colLabel,
java.lang.String colNumber)
Attempts to verify a particular column's label when given a column number.
|
ComponentFunction |
DotNetTable.verifyColumnLabel(java.lang.String colLabel,
java.lang.String colNumber)
Attempts to verify a particular column's label when given a column number.
|
ComponentFunction |
GenericMaster.verifyComputedStyle(java.lang.String benchFile)
Verify a component's 'computed style' against a benchmark file.
|
ComponentFunction |
Database.verifyDatabaseNullValue(java.lang.String[] parameters)
Verifies the value of a field in a database table is NULL
Verifies the value of a field in a database table is NULL.
|
ComponentFunction |
Database.verifyDatabaseNullValue(java.lang.String dBFieldName,
java.lang.String dBTableName,
java.lang.String dBQueryCond,
java.lang.String dBSourceName,
java.lang.String userID,
java.lang.String password,
java.lang.String prompt)
Verifies the value of a field in a database table is NULL
Verifies the value of a field in a database table is NULL.
|
ComponentFunction |
Database.verifyDatabaseValue(java.lang.String[] parameters)
Verifies the case-sensitive value of a field in a database table
Verifies the case-sensitive value of a field in a database table.
|
ComponentFunction |
Database.verifyDatabaseValue(java.lang.String dBFieldName,
java.lang.String dBTableName,
java.lang.String dBQueryCond,
java.lang.String dBSourceName,
java.lang.String userID,
java.lang.String password,
java.lang.String expectedValue,
java.lang.String prompt)
Verifies the case-sensitive value of a field in a database table
Verifies the case-sensitive value of a field in a database table.
|
ComponentFunction |
Database.verifyDBNullValue(java.lang.String[] parameters)
Verifies the value of a field in a database table is NULL
Verifies the value of a field in a database table is NULL.
|
ComponentFunction |
Database.verifyDBNullValue(java.lang.String dBFieldName,
java.lang.String dBTableName,
java.lang.String dBQueryCond,
java.lang.String dBSourceName,
java.lang.String userID,
java.lang.String password,
java.lang.String prompt)
Verifies the value of a field in a database table is NULL
Verifies the value of a field in a database table is NULL.
|
ComponentFunction |
Database.verifyDBValue(java.lang.String[] parameters)
Verifies the case-sensitive value of a field in a database table
Verifies the case-sensitive value of a field in a database table.
|
ComponentFunction |
Database.verifyDBValue(java.lang.String dBFieldName,
java.lang.String dBTableName,
java.lang.String dBQueryCond,
java.lang.String dBSourceName,
java.lang.String userID,
java.lang.String password,
java.lang.String prompt,
java.lang.String expectedValue)
Verifies the case-sensitive value of a field in a database table
Verifies the case-sensitive value of a field in a database table.
|
ComponentFunction |
SSTree.verifyExpandedState(java.lang.String[] parameters)
Routine to verify the state of the Expanded property--True or False--
for the node with the provided text.
|
ComponentFunction |
SSTree.verifyExpandedState(java.lang.String textValue,
java.lang.String expectedState)
Routine to verify the state of the Expanded property--True or False--
for the node with the provided text.
|
ComponentFunction |
GenericMaster.verifyFileToFile(java.lang.String[] parameters)
Verify the current contents of a text file with a benchmark file (same as VerifyTextFileToFile).
|
ComponentFunction |
GenericMaster.verifyFileToFile(java.lang.String benchmarkFile,
java.lang.String actualFile,
java.lang.String filterMode,
java.lang.String filterOptions)
Verify the current contents of a text file with a benchmark file (same as VerifyTextFileToFile).
|
ComponentFunction |
JavaTable.verifyFuzzyCellText(java.lang.String[] parameters)
Attempts to verify a particular cell value.
|
ComponentFunction |
HTMLTable.verifyFuzzyCellText(java.lang.String[] parameters)
Attempts to verify a particular cell value.
|
ComponentFunction |
DotNetTable.verifyFuzzyCellText(java.lang.String[] parameters)
Attempts to verify a particular cell value.
|
ComponentFunction |
JavaTable.verifyFuzzyCellText(java.lang.String benchValue,
java.lang.String row,
java.lang.String col)
Attempts to verify a particular cell value.
|
ComponentFunction |
HTMLTable.verifyFuzzyCellText(java.lang.String benchValue,
java.lang.String row,
java.lang.String col)
Attempts to verify a particular cell value.
|
ComponentFunction |
DotNetTable.verifyFuzzyCellText(java.lang.String benchValue,
java.lang.String row,
java.lang.String col)
Attempts to verify a particular cell value.
|
ComponentFunction |
JavaTable.verifyFuzzyCellTextContains(java.lang.String[] parameters)
Attempts to verify a particular cell value.
|
ComponentFunction |
HTMLTable.verifyFuzzyCellTextContains(java.lang.String[] parameters)
Attempts to verify a particular cell value.
|
ComponentFunction |
DotNetTable.verifyFuzzyCellTextContains(java.lang.String[] parameters)
Attempts to verify a particular cell value.
|
ComponentFunction |
JavaTable.verifyFuzzyCellTextContains(java.lang.String benchValue,
java.lang.String row,
java.lang.String col)
Attempts to verify a particular cell value.
|
ComponentFunction |
HTMLTable.verifyFuzzyCellTextContains(java.lang.String benchValue,
java.lang.String row,
java.lang.String col)
Attempts to verify a particular cell value.
|
ComponentFunction |
DotNetTable.verifyFuzzyCellTextContains(java.lang.String benchValue,
java.lang.String row,
java.lang.String col)
Attempts to verify a particular cell value.
|
ComponentFunction |
JavaTable.verifyFuzzyCellTextFind(java.lang.String[] parameters)
Attempts to verify a particular cell by finding the row based on fuzzy cell values.
|
ComponentFunction |
HTMLTable.verifyFuzzyCellTextFind(java.lang.String[] parameters)
Attempts to verify a particular cell by finding the row based on fuzzy cell values.
|
ComponentFunction |
DotNetTable.verifyFuzzyCellTextFind(java.lang.String[] parameters)
Attempts to verify a particular cell by finding the row based on fuzzy cell values.
|
ComponentFunction |
JavaTable.verifyFuzzyCellTextFind(java.lang.String benchValue,
java.lang.String var,
java.lang.String col,
java.lang.String colN,
java.lang.String valueN)
Attempts to verify a particular cell by finding the row based on fuzzy cell values.
|
ComponentFunction |
HTMLTable.verifyFuzzyCellTextFind(java.lang.String benchValue,
java.lang.String var,
java.lang.String col,
java.lang.String colN,
java.lang.String valueN)
Attempts to verify a particular cell by finding the row based on fuzzy cell values.
|
ComponentFunction |
DotNetTable.verifyFuzzyCellTextFind(java.lang.String benchValue,
java.lang.String var,
java.lang.String col,
java.lang.String colN,
java.lang.String valueN)
Attempts to verify a particular cell by finding the row based on fuzzy cell values.
|
ComponentFunction |
GenericMaster.verifyGUIImageToFile(java.lang.String[] parameters)
Verify the screen shot of a GUI component with a benchmark image file
Verify the screen shot of a GUI component with a benchmark image file.
|
ComponentFunction |
GenericMaster.verifyGUIImageToFile(java.lang.String benchmarkFile,
java.lang.String subArea,
java.lang.String percentageTolerance,
java.lang.String uUIDFlag,
java.lang.String filteredAreas)
Verify the screen shot of a GUI component with a benchmark image file
Verify the screen shot of a GUI component with a benchmark image file.
|
ComponentFunction |
HTMLImage.verifyHTMLImage(java.lang.String[] parameters)
Attempts to verify an HTMLImage on a webpage to a benchmark file.
|
ComponentFunction |
HTMLImage.verifyHTMLImage(java.lang.String benchmarkFile,
java.lang.String coords)
Attempts to verify an HTMLImage on a webpage to a benchmark file.
|
ComponentFunction |
Window.verifyImage(java.lang.String vPAsset)
Performs a WindowVP CompareImage OR a RegionImageVP on an object.
|
ComponentFunction |
GenericObject.verifyImage(java.lang.String vPAsset)
Performs a GenericObjectVP CompareImage OR a RegionImageVP on an object.
|
ComponentFunction |
ListBox.verifyItem(java.lang.String[] parameters)
Verifies a particular case-sensitive item based on index is equal
to a particular value.
|
ComponentFunction |
ListBox.verifyItem(java.lang.String index,
java.lang.String textValue)
Verifies a particular case-sensitive item based on index is equal
to a particular value.
|
ComponentFunction |
ListView.verifyItemUnselected(java.lang.String textValue)
Verifies a particular case-sensitive text item is NOT selected.
|
ComponentFunction |
ListBox.verifyItemUnselected(java.lang.String textValue)
Verifies a particular case-sensitive text item is NOT selected.
|
ComponentFunction |
ListView.verifyListContains(java.lang.String itemText)
Verify that a list view contains the provided item.
|
ComponentFunction |
ListBox.verifyListContains(java.lang.String[] parameters)
Verifies a particular list-item exists in the list (somewhere)
Verifies a particular list-item exists in the list (somewhere).
|
ComponentFunction |
ListBox.verifyListContains(java.lang.String textValue,
java.lang.String caseSensitive)
Verifies a particular list-item exists in the list (somewhere)
Verifies a particular list-item exists in the list (somewhere).
|
ComponentFunction |
ListBox.verifyListContainsPartialMatch(java.lang.String[] parameters)
Verifies a particular list-item substring exists in the list (somewhere)
Verifies a particular list-item substring exists in the list (somewhere).
|
ComponentFunction |
ListBox.verifyListContainsPartialMatch(java.lang.String textValue,
java.lang.String caseSensitive)
Verifies a particular list-item substring exists in the list (somewhere)
Verifies a particular list-item substring exists in the list (somewhere).
|
ComponentFunction |
ListBox.verifyListDoesNotContain(java.lang.String[] parameters)
Verifies a particular list-item does NOT exists in the list (somewhere)
Verifies a particular list-item does NOT exists in the list (somewhere).
|
ComponentFunction |
ListBox.verifyListDoesNotContain(java.lang.String textValue,
java.lang.String caseSensitive)
Verifies a particular list-item does NOT exists in the list (somewhere)
Verifies a particular list-item does NOT exists in the list (somewhere).
|
ComponentFunction |
ListBox.verifyListDoesNotContainPartialMatch(java.lang.String[] parameters)
Verifies a particular list-item substring does NOT exists in the list (somewhere)
Verifies a particular list-item substring does NOT exists in the list (somewhere).
|
ComponentFunction |
ListBox.verifyListDoesNotContainPartialMatch(java.lang.String textValue,
java.lang.String caseSensitive)
Verifies a particular list-item substring does NOT exists in the list (somewhere)
Verifies a particular list-item substring does NOT exists in the list (somewhere).
|
ComponentFunction |
Window.verifyMainMenu(java.lang.String[] parameters)
Compares the active windows menu system with a benchmark
Retrieves the active windows menu system and outputs the full structure
with status to a file.
|
ComponentFunction |
Window.verifyMainMenu(java.lang.String benchmarkFile,
java.lang.String descriptiveText,
java.lang.String testFile,
java.lang.String diffFile)
Compares the active windows menu system with a benchmark
Retrieves the active windows menu system and outputs the full structure
with status to a file.
|
ComponentFunction |
Window.verifyMenuID(java.lang.String[] parameters)
Attempts to verify the state information of a particular menuitem
identified by MenuID.
|
ComponentFunction |
Window.verifyMenuID(java.lang.String menuID,
java.lang.String expectedStatus)
Attempts to verify the state information of a particular menuitem
identified by MenuID.
|
ComponentFunction |
ListBox.verifyMenuItem(java.lang.String textValue)
Verifies a particular case-sensitive menu-item exists
in the list (somewhere)
Verifies a particular case-sensitive menu-item exists
in the list (somewhere)
|
ComponentFunction |
Window.verifyMenuItem(java.lang.String[] parameters)
Attempts to verify the state information of a particular text string menuitem.
|
ComponentFunction |
JavaMenu.verifyMenuItem(java.lang.String[] parameters)
Attempts to verify the a particular menuitem exists in a menu.
|
ComponentFunction |
DotNetMenu.verifyMenuItem(java.lang.String[] parameters)
Attempts to verify the a particular menuitem exists in a menu.
|
ComponentFunction |
Window.verifyMenuItem(java.lang.String menuItemText,
java.lang.String expectedStatus)
Attempts to verify the state information of a particular text string menuitem.
|
ComponentFunction |
DotNetMenu.verifyMenuItem(java.lang.String menuItemText,
java.lang.String expectedStatus)
Attempts to verify the a particular menuitem exists in a menu.
|
ComponentFunction |
JavaMenu.verifyMenuItem(java.lang.String menuItemText,
java.lang.String expectedStatus,
java.lang.String indexPath)
Attempts to verify the a particular menuitem exists in a menu.
|
ComponentFunction |
Window.verifyMenuItemContains(java.lang.String[] parameters)
Attempts to verify the state information of a menuitem found by partial text match.
|
ComponentFunction |
JavaMenu.verifyMenuItemContains(java.lang.String[] parameters)
Attempts to verify the existence of a menuitem found by partial text match.
|
ComponentFunction |
DotNetMenu.verifyMenuItemContains(java.lang.String[] parameters)
Attempts to verify the existence of a menuitem found by partial text match.
|
ComponentFunction |
Window.verifyMenuItemContains(java.lang.String menuItemText,
java.lang.String expectedStatus)
Attempts to verify the state information of a menuitem found by partial text match.
|
ComponentFunction |
DotNetMenu.verifyMenuItemContains(java.lang.String menuItemText,
java.lang.String expectedStatus)
Attempts to verify the existence of a menuitem found by partial text match.
|
ComponentFunction |
JavaMenu.verifyMenuItemContains(java.lang.String menuItemText,
java.lang.String expectedStatus,
java.lang.String indexPath)
Attempts to verify the existence of a menuitem found by partial text match.
|
ComponentFunction |
ListBox.verifyMenuPartialMatch(java.lang.String textValue)
Verifies a particular case-insensitive menu-item
substring exists in the list (somewhere)
Verifies a particular case-insensitive menu-item
substring exists in the list (somewhere)
|
ComponentFunction |
TreeView.verifyNodeUnselected(java.lang.String textValue)
Action to verify a particular text node is NOT selected.
|
ComponentFunction |
GenericMaster.verifyObjectDataToFile(java.lang.String[] parameters)
Verify the current contents of an object's data with a benchmark file.
|
ComponentFunction |
GenericMaster.verifyObjectDataToFile(java.lang.String benchmarkFile,
java.lang.String fileEncoding,
java.lang.String filterMode,
java.lang.String filterOptions)
Verify the current contents of an object's data with a benchmark file.
|
ComponentFunction |
Window.verifyOCRValue(java.lang.String[] parameters)
Performs an UNLOGGED WindowVP CompareImage OR a RegionImageVP on an
object then attempts to retrieve and compare OCR text to the expected
value provided.
|
ComponentFunction |
Window.verifyOCRValue(java.lang.String vPAsset,
java.lang.String oCRIntegerValue,
java.lang.String expectedTextValue)
Performs an UNLOGGED WindowVP CompareImage OR a RegionImageVP on an
object then attempts to retrieve and compare OCR text to the expected
value provided.
|
ComponentFunction |
ListBox.verifyPartialMatch(java.lang.String[] parameters)
Verifies a particular case-insensitive item based on
index is has as substring a particular value.
|
ComponentFunction |
ListBox.verifyPartialMatch(java.lang.String index,
java.lang.String textValue)
Verifies a particular case-insensitive item based on
index is has as substring a particular value.
|
ComponentFunction |
PopupMenu.verifyPopupMenu(java.lang.String[] parameters)
Verify the complete status of the current popup menu with a benchmark file.
|
ComponentFunction |
PopupMenu.verifyPopupMenu(java.lang.String benchmarkFile,
java.lang.String headerText,
java.lang.String actualFile,
java.lang.String diffFile)
Verify the complete status of the current popup menu with a benchmark file.
|
ComponentFunction |
PopupMenu.verifyPopupMenuID(java.lang.String[] parameters)
Verify the state of a menuItem via its menuID in the currently active popup menu.
|
ComponentFunction |
PopupMenu.verifyPopupMenuID(java.lang.String menuItemID,
java.lang.String stateInfo)
Verify the state of a menuItem via its menuID in the currently active popup menu.
|
ComponentFunction |
PopupMenu.verifyPopupMenuItem(java.lang.String[] parameters)
Verify the state of a menuItem found via its text in the currently active popup menu.
|
ComponentFunction |
PopupMenu.verifyPopupMenuItem(java.lang.String menuItemText,
java.lang.String stateInfo)
Verify the state of a menuItem found via its text in the currently active popup menu.
|
ComponentFunction |
PopupMenu.verifyPopupMenuPartialMatch(java.lang.String menuItemText)
Verify if a menuItem contains a substring
Verify if a menuItem contains a substring
For Java popups: Valid recognition information for the Java window and
"child" popup menu must be provided.
|
ComponentFunction |
GenericMaster.verifyPropertiesSubsetToFile(java.lang.String[] parameters)
Compare/Verify the subset of properties of a test object with the values stored in a benchmark file.
|
ComponentFunction |
GenericMaster.verifyPropertiesSubsetToFile(java.lang.String benchFile,
java.lang.String fileEncoding)
Compare/Verify the subset of properties of a test object with the values stored in a benchmark file.
|
ComponentFunction |
GenericMaster.verifyPropertiesToFile(java.lang.String[] parameters)
Compare/Verify ALL of the value properties of a test object with a benchmark file.
|
ComponentFunction |
GenericMaster.verifyPropertiesToFile(java.lang.String benchFile,
java.lang.String fileEncoding)
Compare/Verify ALL of the value properties of a test object with a benchmark file.
|
ComponentFunction |
GenericMaster.verifyProperty(java.lang.String[] parameters)
Verify the value of a single object property
|
ComponentFunction |
GenericMaster.verifyProperty(java.lang.String propertyName,
java.lang.String expectedValue,
java.lang.String caseInsensitive)
Verify the value of a single object property
|
ComponentFunction |
GenericMaster.verifyPropertyContains(java.lang.String[] parameters)
Verify that the value of an object property contains a string
|
ComponentFunction |
GenericMaster.verifyPropertyContains(java.lang.String propertyName,
java.lang.String searchString,
java.lang.String caseInsensitive)
Verify that the value of an object property contains a string
|
ComponentFunction |
GenericMaster.verifyPropertyToFile(java.lang.String[] parameters)
Verify the value of a single object property with a benchmark file
Verify the value of a single object property with a benchmark file.
|
ComponentFunction |
GenericMaster.verifyPropertyToFile(java.lang.String propertyName,
java.lang.String benchmarkFile,
java.lang.String fileEncoding,
java.lang.String filterMode,
java.lang.String filterOptions)
Verify the value of a single object property with a benchmark file
Verify the value of a single object property with a benchmark file.
|
ComponentFunction |
ComboBox.verifySelected(java.lang.String textValue)
Verify Selected item is equal to specified parameter
Verify Selected item is equal to specified parameter
|
ComponentFunction |
ListView.verifySelectedItem(java.lang.String textValue)
Verifies a particular case-sensitive text item is selected
|
ComponentFunction |
ListBox.verifySelectedItem(java.lang.String textValue)
Verifies a particular case-sensitive text item is selected
Verifies a particular case-sensitive text item is selected
|
ComponentFunction |
TreeView.verifySelectedNode(java.lang.String textValue)
Action to verify a particular text node is selected.
|
ComponentFunction |
ListBox.verifySelectedPartialMatch(java.lang.String textValue)
Verifies a particular case-sensitive item is selected
based on a substring match.
|
ComponentFunction |
SSTree.verifySelectedText(java.lang.String textValue)
Routine to verify the text of the currently selected node.
|
ComponentFunction |
TreeView.verifyStateIcon(java.lang.String[] parameters)
Action to verify a particular state icon is selected/Checked.
|
ComponentFunction |
TreeView.verifyStateIcon(java.lang.String textValue,
java.lang.String matchIndex)
Action to verify a particular state icon is selected/Checked.
|
ComponentFunction |
TreeView.verifyStateIconUnselected(java.lang.String[] parameters)
Action to verify a particular state icon is NOT selected.
|
ComponentFunction |
TreeView.verifyStateIconUnselected(java.lang.String textValue,
java.lang.String matchIndex)
Action to verify a particular state icon is NOT selected.
|
ComponentFunction |
GenericMaster.verifyTabOrder(java.lang.String fileName)
Attempts to verify the tab order of the specified object--usually a Window.
|
ComponentFunction |
GenericMaster.verifyTextFileToFile(java.lang.String[] parameters)
Verify the current contents of a text file with a benchmark file (same as VerifyFileToFile).
|
ComponentFunction |
GenericMaster.verifyTextFileToFile(java.lang.String benchmarkFile,
java.lang.String actualFile,
java.lang.String filterMode,
java.lang.String filterOptions)
Verify the current contents of a text file with a benchmark file (same as VerifyFileToFile).
|
ComponentFunction |
TreeView.verifyTextNodeChecked(java.lang.String[] parameters)
Action to verify a particular state icon is selected.
|
ComponentFunction |
TreeView.verifyTextNodeChecked(java.lang.String textValue,
java.lang.String matchIndex)
Action to verify a particular state icon is selected.
|
ComponentFunction |
TreeView.verifyTextNodeUnChecked(java.lang.String[] parameters)
Action to verify a particular state icon is NOT checked.
|
ComponentFunction |
TreeView.verifyTextNodeUnChecked(java.lang.String textValue,
java.lang.String matchIndex)
Action to verify a particular state icon is NOT checked.
|
ComponentFunction |
TreeView.verifyTreeContainsNode(java.lang.String node)
Verify that a tree contains the provided node.
|
ComponentFunction |
JavaTree.verifyTreeContainsNode(java.lang.String node)
Verify that a tree contains the provided node.
|
ComponentFunction |
DotNetTree.verifyTreeContainsNode(java.lang.String node)
Verify that a tree contains the provided node.
|
ComponentFunction |
TreeView.verifyTreeContainsPartialMatch(java.lang.String node)
Verify that a tree contains the provided node according to a partial match of the node's text value.
|
ComponentFunction |
JavaTree.verifyTreeContainsPartialMatch(java.lang.String node)
Verify that a tree contains the provided node according to a partial match of the node's text value.
|
ComponentFunction |
DotNetTree.verifyTreeContainsPartialMatch(java.lang.String node)
Verify that a tree contains the provided node according to a partial match of the node's text value.
|
ComponentFunction |
GenericMaster.verifyValueContains(java.lang.String[] parameters)
Verify that a string value contains a substring
|
ComponentFunction |
GenericMaster.verifyValueContains(java.lang.String value,
java.lang.String searchString,
java.lang.String suppressValue)
Verify that a string value contains a substring
|
ComponentFunction |
GenericMaster.verifyValueContainsIgnoreCase(java.lang.String[] parameters)
Verify that a string value contains a substring, ignoring case.
|
ComponentFunction |
GenericMaster.verifyValueContainsIgnoreCase(java.lang.String value,
java.lang.String searchString,
java.lang.String suppressValue)
Verify that a string value contains a substring, ignoring case.
|
ComponentFunction |
GenericMaster.verifyValueDoesNotContain(java.lang.String[] parameters)
Verify that a string value does NOT contain a substring
|
ComponentFunction |
GenericMaster.verifyValueDoesNotContain(java.lang.String value,
java.lang.String searchString,
java.lang.String suppressValue)
Verify that a string value does NOT contain a substring
|
ComponentFunction |
GenericMaster.verifyValues(java.lang.String[] parameters)
Verify that two string values are identical.
|
ComponentFunction |
GenericMaster.verifyValues(java.lang.String value1,
java.lang.String value2,
java.lang.String suppressValue)
Verify that two string values are identical.
|
ComponentFunction |
GenericMaster.verifyValuesIgnoreCase(java.lang.String[] parameters)
Verify that two string values are identical, ignoring case.
|
ComponentFunction |
GenericMaster.verifyValuesIgnoreCase(java.lang.String value1,
java.lang.String value2,
java.lang.String suppressValue)
Verify that two string values are identical, ignoring case.
|
ComponentFunction |
GenericMaster.verifyValuesNotEqual(java.lang.String[] parameters)
Verify that two string values are NOT identical.
|
ComponentFunction |
GenericMaster.verifyValuesNotEqual(java.lang.String value1,
java.lang.String value2,
java.lang.String suppressValue)
Verify that two string values are NOT identical.
|
ComponentFunction |
VSFlexGrid.verifyValuesToFile(java.lang.String[] parameters)
Verify the string values of a grid block to a file benchmark.
|
ComponentFunction |
VSFlexGrid.verifyValuesToFile(java.lang.String benchmarkFile,
java.lang.String rowMin,
java.lang.String rowMax,
java.lang.String colMin,
java.lang.String colMax)
Verify the string values of a grid block to a file benchmark.
|
ComponentFunction |
GenericObject.vScrollTo(java.lang.String pOSITION)
Attempts to perform a VScrollTo on an object.
|
Modifier and Type | Method and Description |
---|---|
TestRecordHelper |
JSAFSDriver.runComponentFunction(ComponentFunction command)
Execute the desired ComponentFunction using the default field separator for the record.
|
TestRecordHelper |
JSAFSDriver.runComponentFunction(ComponentFunction command,
java.lang.String separator)
Execute the desired ComponentFunction using the specified field separator for the record.
|
protected TestRecordHelper |
JSAFSDriver.runComponentFunctionDirect(ComponentFunction command,
java.lang.String separator)
Deprecated.
|
Copyright © SAS Institute. All Rights Reserved.