Versions Compared

Key

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

...

  • Click

  • ClickCellWithCellText

  • ScrollAndStoreRowCount

  • SortColumnData

  • StoreCellText

  • StoreExistence

  • StoreRowNumberOfCellText

  • StoreRowNumberOfMultipleCellText

  • VerifyCellText

  • VerifyRowData

  • WaitForCellChildElement

  • WaitForCellClickability

  • WaitForCellNonClickability

  • WaitForCellExistence

  • WaitForCellInnerTextContains

  • WaitForCellInnerTextNotContains

  • WaitForCellInnerTextMatchesPattern

  • WaitForCellInnerTextToBe

  • WaitForCellInnerTextNotToBe

  • WaitForCellVisibilty

  • WaitForCellInvisibilty

  • WaitForCellNonExistence

  • WaitForCellSelection

  • WaitForCellSelectStateToBe

  • WaitForCellStaleness

  • StoreRowNumberOfCellText

  • VerifyPropertyValue

  • StorePropertyValue

  • MouseOver

  • VerifyExistence

  • VerifyEnability

  • VerifyVisibility

...

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

Example:

ClickCellWithCellText “Test1” “5” “1”

ScrollAndStoreRowCount

This action scrolls till the last row and stores the total row count of the table.

SortColumnData

This action sorts the data Input Parameters:

Parameter Name

Parameter Description

Mandatory

Data Type

key

Enter the key in which the row count will be stored.

Yes

String

Example:

ScrollAndStoreRowCount “key_1”

SortColumnData

This action sorts the data when the user clicks on heading cell of any particular column.

StoreCellText

This action stores the cell data in key of the provided row number and column number.

Input Parameters:

Parameter Name

Parameter Description

Mandatory

Data Type

Row Number

Yes

String

Column Number

columnName

Enter the name of the column.

Yes

String

key

Yes

String

...

sortOrder

Enter the direction in which the data needs to be sorted. 1 indicates ascending order and 2 indicates descending order.

No

String

Example:

SortColumnData “Account Name” “1”

StoreCellText

This action stores existence of the object under the specified key. The key value can be retrieved using the key name. the cell data in key of the provided row number and column number.

Input Parameters:

Parameter Name

Parameter Description

Mandatory

Data Type

Key

rowNumber

Enter the

key name under which the existence's Boolean value will be stored. 
  • Stores True if the object exists.

  • Stores False if the object does not exist

    index of the row.

    Yes

    String

    columnNumber

    Enter the index of the column.

    Yes

    String

    Example:

    StoreExistence                               "Key"

    StoreRowNumberOfCellText

    Input Parameters:

    ...

    Parameter Name

    ...

    Parameter Description

    ...

    Mandatory

    ...

    Data Type

    ...

    text

    ...

    Yes

    ...

    String

    ...

    Column Number

    ...

    No

    ...

    Number

    ...

    key

    ...

    Yes

    ...

    String

    StoreRowNumberOfMultipleCellText

    key

    Enter the key in which the row count will be stored.

    Yes

    String

    Example:

    StoreCellText “1” “3” “key_2”

    StoreExistence

    This action stores existence of the object under the specified key. The key value can be retrieved using the key name. 

    Input Parameters:

    Parameter Name

    Parameter Description

    Mandatory

    Data Type

    text

    Yes

    String

    Column Number

    Yes

    Number

    key

    Yes

    String

    ...

    Key

    Enter the key name under which the existence's Boolean value will be stored. 

    • Stores True if the object exists.

    • Stores False if the object does not exist.

    Yes

    String

    Example:

    StoreExistence               "Key"

    StoreRowNumberOfCellText

    This action stores row number of the provided cell text.

    Input Parameters:

    Parameter Name

    Parameter Description

    Mandatory

    Data Type

    Value

    Yes

    text

    Enter the text of the cell.

    Yes

    String

    Row

    columnNumber

    Enter the index of the column.

    No

    Number

    Column

    key

    This will return the row number.

    Yes

    String

    ...

    Example:

    StoreRowNumberOfCellText             "Test1" “1” “key_3”

    StoreRowNumberOfMultipleCellText

    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.stores the row number with provided cell texts and column numbers, and the value is stored in the key.

    Input Parameters:

    Parameter Name

    Parameter Description

    Mandatory

    Data Type

    childLocatorType

    text

    Enter the text of multiple cells separated by delimiter.

    Yes

    String

    rowNumber

    Yes

    String

    columnNumber

    Array

    childLocatorValue

    Yes

    String

    columnNumber

    Enter the index of the column respective to cell data (separated by delimiter).

    Yes

    Number

    key

    This will return the row number.

    Yes

    String

    timeOut

    No

    String

    pollingInterval

    No

    String

    keyExistence

    No

    String

    statusIfConditionNotSatisfied

    No

    String

    WaitForCellClickability

    This action waits until the cell of datatable becomes clickableExample:

    StoreRowNumberOfMultipleCellText         "Test1^India^998660^Active" “1^2^3^4” “key_4”

    VerifyCellText

    This action verifies if the provided cell text value along with row number and column number is present in DataTable.

    Input Parameters:

    Parameter Name

    Parameter Description

    Mandatory

    Data Type

    timeOut

    No

    data

    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

    pollingInterval

    No

    String

    keyClickability

    No

    String

    statusIfConditionNotSatisfied

    No

    String

    WaitForCellNonClickability

    This action waits until the cell of datatable becomes non-clickableExample:

    VerifyCellText         “Test1”"5" “1”

    VerifyRowData

    This action verifies if the provided cell text values along with row number is present in DataTable.

    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

    ...

    rowNumber

    Enter a number which points to the row as per listOfValues.

    Yes

    Number

    listOfValues

    Enter the values with a separator/delimiter as caret.

    Yes

    Array

    Example:

    VerifyRowData         “2”"Test1^India^998660^Active"

    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:

    rowNumber

    Parameter Name

    Parameter Description

    Mandatory

    Data Type

    timeOut

    No

    String

    childLocatorType

    Enter the locator type of cell’s child element.

    Yes

    String

    columnNumber

    childLocatorValue

    Enter the locator value of cell’s child element.

    Yes

    String

    pollingInterval

    No

    statusIfConditionNotSatisfied

    No

    rowNumber

    Enter the index of the row.

    Yes

    String

    keyExistence

    No

    String

    Parameter Name

    Parameter Description

    Mandatory

    Data Type

    timeOut

    No

    String

    rowNumber

    Yes

    String

    columnNumber

    Yes

    String

    pollingInterval

    No

    String

    keyNonExistence

    No

    String

    statusIfConditionNotSatisfied

    columnNumber

    Enter the index of the column.

    Yes

    String

    WaitForCellNonExistence

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

    Input Parameters:

    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

    WaitForCellInnerTextContains

    This action waits for inner text of the cell to contain the expected text until timeout expires. If cell/datatable 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.

    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

    Example:

    WaitForCellChildElement “Xpath” “//*[@id=”brandBand_1]” “5” “2” “1”

    WaitForCellClickability

    This action waits until the cell of datatable becomes clickable.

    Input Parameters:

    rowNumber

    Yes

    String

    columnNumber

    Parameter Name

    Parameter Description

    Mandatory

    Data Type

    innerText

    Yes

    String

    timeOut

    Enter the timeout (in seconds) to wait for the object visibility.

    No

    String

    rowNumber

    Enter the index of the row.

    Yes

    String

    timeOut

    NostatusIfConditionNotSatisfied

    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

    keyInnerText

    No

    String

    keyClickability

    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

    WaitForCellInnerTextNotContains

    This action waits for inner text of the cell to not contain the expected text until timeout expires. If cell is 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 Description

    ...

    Mandatory

    ...

    Data Type

    ...

    innerText

    ...

    Yes

    ...

    String

    ...

    rowNumber

    ...

    Yes

    ...

    String

    ...

    columnNumber

    ...

    Yes

    ...

    String

    ...

    timeOut

    ...

    No

    ...

    String

    ...

    pollingInterval

    ...

    No

    ...

    String

    ...

    keyInnerText

    ...

    No

    ...

    String

    ...

    statusIfConditionNotSatisfied

    ...

    No

    ...

    String

    WaitForCellInnerTextMatchesPattern

    This action waits for inner text of the cell to match the specified pattern 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 Description

    ...

    Mandatory

    ...

    Data Type

    ...

    innerTextRegXPattern

    ...

    Yes

    ...

    String

    ...

    rowNumber

    ...

    Yes

    ...

    String

    ...

    columnNumber

    ...

    Yes

    ...

    String

    ...

    timeOut

    ...

    No

    ...

    String

    ...

    pollingInterval

    ...

    No

    ...

    String

    ...

    keyInnerText

    ...

    No

    ...

    String

    ...

    statusIfConditionNotSatisfied

    ...

    No

    ...

    String

    WaitForCellInnerTextToBe

    ...

    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

    Example:

    WaitForCellClickability         “10”“2” “2” “5”"keyClickability" “Fail”

    WaitForCellNonClickability

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

    Input Parameters:

    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

    keyNonClickability

    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

    Example:

    WaitForCellNonClickability         “10”“2” “5” “5”"keyNonClickability" “Fail”

    WaitForCellExistence

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

    Input Parameters:

    Yes

    Parameter Name

    Parameter Description

    Mandatory

    Data Type

    innerText

    timeOut

    Enter the timeout (in seconds) to wait for the object visibility.

    No

    String

    rowNumber

    Yes

    Enter the index of the row.

    Yes

    String

    columnNumber

    Enter the index of the column.

    Yes

    String

    timeOut

    No

    String

    pollingInterval

    No

    String

    keyInnerText

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

    No

    String

    statusIfConditionNotSatisfied

    No

    String

    WaitForCellInnerTextNotToBe

    This action waits for inner text of the cell to not be the expected inner text 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 Description

    ...

    Mandatory

    ...

    Data Type

    ...

    innerText

    ...

    Yes

    ...

    String

    ...

    rowNumber

    ...

    Yes

    ...

    String

    ...

    columnNumber

    ...

    Yes

    ...

    String

    ...

    timeOut

    ...

    No

    ...

    String

    ...

    pollingInterval

    ...

    No

    ...

    String

    ...

    keyInnerTextNotToBe

    ...

    No

    ...

    String

    ...

    statusIfConditionNotSatisfied

    ...

    No

    ...

    String

    WaitForCellInvisibilty

    This action waits for the cell to be invisible in datatable.

    Input Parameters:

    ...

    Parameter Name

    ...

    Parameter Description

    ...

    Mandatory

    ...

    Data Type

    ...

    timeOut

    ...

    No

    ...

    String

    ...

    rowNumber

    ...

    Yes

    ...

    String

    ...

    columnNumber

    ...

    Yes

    ...

    String

    ...

    pollingInterval

    ...

    No

    ...

    String

    ...

    keyInvisibility

    ...

    No

    ...

    String

    ...

    statusIfConditionNotSatisfied

    ...

    No

    ...

    String

    WaitForCellSelection

    ...

    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

    Example:

    WaitForCellExistence         “10”“5” “5” “5” “keyNonClickability” “Fail”

    WaitForCellNonExistence

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

    Input Parameters:

    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

    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

    Example:

    WaitForCellNonExistence         “10”“5” “2” “5” “key” “Fail”

    WaitForCellInnerTextContains

    This action waits for inner text of the cell to contain the expected text until timeout expires. If cell/datatable 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 Description

    Mandatory

    Data Type

    timeOut

    No

    innerText

    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

    pollingInterval

    No

    String

    keySelection

    timeOut

    Enter the timeout (in seconds) to wait for the object visibility.

    No

    String

    statusIfConditionNotSatisfied

    Parameter Name

    Parameter Description

    Mandatory

    Data Type

    expectedSelectionState

    pollingInterval

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

    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.

    Input Parameters:

    columnNumber

    Yes

    String

    timeOut

    No

    String

    pollingInterval

    No

    String

    keySelectionState

    No

    String

    statusIfConditionNotSatisfied

    No

    String

    keyInnerText

    Enter the key in which the innerText needs to be stored.

    No

    String

    rowNumber

    Yes

    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

    Example:

    WaitForCellInnerTextContains         “Test1”“2” “5” “10”“5” “key” “Fail”

    WaitForCellInnerTextNotContains

    This action waits for inner text of the cell to not contain the expected text until timeout expires. If cell is 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 Description

    Mandatory

    Data Type

    innerText

    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

    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

    keyInnerText

    Enter the key in which the innerText needs to be stored.

    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

    Example:

    WaitForCellInnerTextNotContains         “Test”“2” “5” “10”“5” “keyInnerText” “Fail”

    WaitForCellInnerTextMatchesPattern

    This action waits for inner text of the cell to match the specified pattern 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 Description

    Mandatory

    Data Type

    innerTextRegXPattern

    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

    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

    keyInnerText

    Enter the key in which the innerText needs to be stored.

    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

    Example:

    WaitForCellInnerTextMatchesPattern         “^t.*es$t”“2” “5” “10”“5” “keyInnerText” “Fail”

    WaitForCellInnerTextToBe

    This action waits for inner text of the cell to be the expected inner text 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 Description

    Mandatory

    Data Type

    innerText

    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

    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

    keyInnerText

    Enter the key in which the innerText needs to be stored.

    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

    Example:

    WaitForCellInnerTextToBe         “TestUpdate1”“2” “5” “10”“5” “keyInnerText” “Fail”

    WaitForCellInnerTextNotToBe

    This action waits for inner text of the cell to not be the expected inner text 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 Description

    Mandatory

    Data Type

    innerText

    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

    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

    keyInnerTextNotToBe

    Enter the key in which the innerText needs to be stored.

    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

    Example:

    WaitForCellInnerTextNotToBe         “TestUpdate1”“2” “5” “10”“5” “keyInnerText” “Fail”

    WaitForCellVisibilty

    This action waits for the cell to be visible in datatable.

    Input Parameters:

    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

    keyvisibility

    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

    Example:

    WaitForCellVisibilty         “10”“2” “3” “5” “keyVisibility” “Fail”

    WaitForCellInvisibilty

    This action waits for the cell to be invisible in datatable.

    Input Parameters:

    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

    keyInvisibility

    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

    Example:

    WaitForCellInvisibilty         “10”“2” “5” “5” “keyInvisibility” “Fail”

    WaitForCellSelection

    This action waits for selection 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.

    Input Parameters:

    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

    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

    Example:

    WaitForCellSelection         “10”“5” “2” “5” “key” “Fail”

    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.

    Input Parameters:

    Parameter Name

    Parameter Description

    Mandatory

    Data Type

    expectedSelectionState

    Enter true for selected and false for deselected. The default value is true.

    No

    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

    keySelectionState

    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

    Example:

    WaitForCellSelectStateToBe         “True”“10”“5” “3” “5” “key” “Fail”

    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.

    ...

    String

    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

    rowNumber

    Yes

    pollingInterval

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

    No

    String

    columnNumber

    Yes

    String

    pollingIntervalkey

    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

    StringkeyStatus

    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

    statusIfConditionNotSatisfied

    No

    Example:

    WaitForCellStaleness       “10”“5” “2” “5” “key” “Fail”

    VerifyPropertyValue

    This action verifies the property of the specified object using property names, such as class, id, name, and role, and parameter value, such as the actual value of the property.

    ...