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

...

StoreExistence               "Key"

StoreRowNumberOfCellText

This action stores row number of the provided cell text.

Input Parameters:

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

This action 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

text

Enter the text of multiple cells separated by delimiter.

Yes

Array

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

...

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

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

...

VerifyCellText         “Test1”"5" “1”

VerifyRowData

Input Parameters:

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

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

...

WaitForCellChildElement “Xpath” “//*[@id=”brandBand_1”]/div/div/div/ “10” “5”

div/div[2]/div/div[1]/div[2]/div[2]/div[1]

/div/div/table/tbody/tr[3]/th/span/a” 1]” “5” “2” “1”

WaitForCellClickability

This action waits until the cell of datatable becomes clickable.

...