...
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
text | Enter the text of the cell. | Yes | String |
columnNumber | Enter the index of the column. | No | Number |
key | This will return the row number. | Yes | String |
StoreRowNumberOfMultipleCellText
...
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
text | Enter the text of the cellmultiple cells separated by delimiter. | Yes | StringArray |
columnNumber | Enter the index of the column. | Yes | Number |
key | This will return the row number. | Yes | String |
VerifyRowData
Input Parameters:
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
rowNumber | Enter a number which points to the row. | Yes | StringNumber |
listOfValues | Enter the values with a separator/delimiter as caret. | Yes | Array |
...
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
childLocatorType | Enter the locator type of cell’s child element. | Yes | String |
childLocatorValue | Enter the locator value of cell’s child element. | Yes | String |
rowNumber | Enter the index of the row. | Yes | String |
columnNumber | Enter the index of the column. | Yes | String |
timeOut | Enter the timeout (in seconds) to wait for the object visibility. | No | String |
pollingInterval | Enter the frequency (in milliseconds) after which you want to check for the object visibility before exhausting timeout. | No | String |
key | Enter the key name under which the status of the step needs to be stored. It stores 0 for Pass, 1 for Fail, and 2 for Defect. | No | String |
statusIfConditionNotSatisfied | Enter the status of the step you want to display in the report if the expected condition is not satisfied. The value for this parameter can be Pass, Fail, and Defect. | No | String |
...