Versions Compared

Key

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

...

This action waits until the cell of datatable is becomes clickable.

Input Parameters:

...

WaitForCellNonClickability

This action waits until the cell of datatable becomes non-clickable.

Input Parameters:

Parameter Name

Parameter Description

Mandatory

Data Type

timeOut

No

String

rowNumber

Yes

String

columnNumber

Yes

String

pollingInterval

No

String

keyNonClickability

No

String

statusIfConditionNotSatisfied

No

String

WaitForCellExistence

This action waits for the cell to exist, i.e. it is in DOM, in datatable.

Input Parameters:

Parameter Name

Parameter Description

Mandatory

Data Type

timeOut

No

String

rowNumber

Yes

String

columnNumber

Yes

String

pollingInterval

No

String

keyExistence

No

String

statusIfConditionNotSatisfied

No

String

WaitForCellInnerTextContains

This action waits for cell’s inner text to be the expected 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.

WaitForCellInnerTextNotContains

...