Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Parameter Name

Parameter Description

Mandatory

Data Type

cellText

Enter the text of the cell.

Yes

String

rowNumber

Enter the index of the row.

Yes

String

columnNumber

Enter the index of the column.

Yes

String

ScrollAndStoreRowCount

...

Row Number

Parameter Name

Parameter Description

Mandatory

Data Type

rowNumber

Enter the index of the row.

Yes

StringColumn Number

columnNumber

Enter the index of the column.

Yes

String

key

Yes

String

StoreExistence

...

Parameter Name

Parameter Description

Mandatory

Data Type

text

Enter the text of the cell.

Yes

String

Column NumbercolumnNumber

Enter the index of the column.

No

Number

key

Yes

String

StoreRowNumberOfMultipleCellText

...

Parameter Name

Parameter Description

Mandatory

Data Type

text

Enter the text of the cell.

Yes

StringColumn Number

columnNumber

Enter the index of the column.

Yes

Number

key

Yes

String

VerifyRowData

...

Value

Parameter Name

Parameter Description

Mandatory

Data Type

rowNumber

Enter a number which points to the row.

Yes

String

Row

Yes

Number

Column

Yes

StringlistOfValues

Enter the values with a separator/delimiter as caret.

Yes

Array

WaitForCellChildElement

This action waits for the cell to contain child element 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.

Input Parameters:

Parameter Name

Parameter 0Parameter Description

Mandatory

Data Type

childLocatorType

Yes

String

childLocatorValue

Yes

String

rowNumber

Enter the index of the row.

Yes

String

columnNumber

Enter the index of the column.

Yes

String

timeOut

No

String

pollingInterval

Enter the frequency (in milliseconds) after which you want to check for the object visibility before exhausting timeout.

No

StringkeyExistence

key

Enter the key name under which the status of the step will 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

WaitForCellClickability

...