...
Parameter Name | Parameter Description | Mandatory | Data Type | ||||
---|---|---|---|---|---|---|---|
timeOut | Enter the timeout (in seconds) to wait for the object visibility. | No | String | ||||
rowNumber | Enter the index of the row. | Yes | String | ||||
columnNumber | Enter the index of the column. | Yes | String | ||||
pollingInterval | No | String | keySelection | Enter the frequency (in milliseconds) after which you want to check for the object visibility before exhausting timeout. | No | String | statusIfConditionNotSatisfied |
Nokey | 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 |
WaitForCellSelectStateToBe
...
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 |
WaitForCellSelectStateToBe
This action waits for selection state of the cell to be expected state until timeout expires. If object is not found in the DOM, step status will fail. If key is provided, status will be stored in key. The status depends on the statusIfConditionNotSatisfied parameter.
...
Parameter Name | Parameter Description | Mandatory | Data Type | ||
---|---|---|---|---|---|
expectedSelectionState | Enter true for selected and false for deselected. The default value is false. | No | String | ||
rowNumberYes | 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 | ||
keySelectionState | No | String | statusIfConditionNotSatisfiedEnter 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 |
WaitForCellStaleness
...
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 |
WaitForCellStaleness
This action waits for staleness of the cell until timeout expires. If object is not found in the DOM, step status will fail. If key is provided, status will be stored in key. The status depends on the statusIfConditionNotSatisfied parameter.
...
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
timeOut | Enter the timeout (in seconds) to wait for the object visibility. | No | String |
rowNumber | Enter the index of the row. | Yes | String |
columnNumber | Enter the index of the column. | Yes | String |
pollingInterval | Enter the frequency (in milliseconds) after which you want to check for the object visibility before exhausting timeout. | No | String |
keyStatuskey | 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 |
VerifyPropertyValue
...