Veeva Keywords - Table

Table keywords are specific commands used to interact with data organized in table formats on a web page or application. These keywords allow us to perform actions on table elements, such as reading data from specific rows and columns, verifying table content, or interacting with table cells (like clicking a button within a table row).


This article lists all the table keywords available for use in the Veeva application.


Keyword Name – Veeva_ClearTableCell 

Description - This keyword clears data contained in the cell from the table. 

For example, if you want to clear the table cell of “Log Name”, then this keyword will be used. 

 


Add the keyword and specify the details or unique identifiers that this keyword will act upon. 

 


The table to be cleared will have properties of Object, ColumnName/Number, RowNumber, ObjectIndex, Identifier 1, Value 1, Identifier 2, Value 2, Identifier 3, Value 3, Identifier 4, Value 4, Identifier 5, Value 5, Table Name. Provide all the details. 


Keyword Name – Veeva_ClickImageInTableCell 

Description - This keyword is used to click on the specified image object contained in Table Cell.  

Add the keyword and specify the details or unique identifiers that this keyword will act upon. 

 

 


The image to be clicked will have properties of Object, ColumnName/Number, RowNumber, ObjectIndex, Identifier 1, Value 1, Identifier 2, Value 2, Identifier 3, Value 3, Identifier 4, Value 4, Identifier 5, Value 5, Table Name. Provide all the details. 


Keyword Name – Veeva_ClickLinkInTableCell 

Description - This keyword clicks on the specified link contained in the Table Cell.  

Add the keyword and specify the details or unique identifiers that this keyword will act upon. 

 

 

The link to be clicked will have properties of Object, ColumnName/Number, RowNumberObjectIndex, Identifier 1, Value 1, Identifier 2, Value 2, Identifier 3, Value 3, Identifier 4, Value 4, Identifier 5, Value 5, Table Name. Provide all the details. 

 

Keyword Name – Veeva_TextLinkInTableCell 

Description - This keyword clicks Text in the Table Cell.  

For example, if you want to click on the text link of Show More in the table cell, then this keyword will be used. 

 


Add the keyword and specify the details or unique identifiers that this keyword will act upon. 

 

The text to be clicked will have properties of Object, ColumnName/Number, RowNumberTextToClick, Identifier 1, Value 1, Identifier 2, Value 2, Identifier 3, Value 3, Identifier 4, Value 4, Identifier 5, Value 5, Table Name. Provide all the details. 


Keyword Name – Veeva_DeselectCheckBoxInTableCell 

Description - This keyword deselects the available text box in the table cell. 

For example, if you want to deselect the checkbox of Supplier A, then this keyword will be used. 


 


Add the keyword and specify the details or unique identifiers that this keyword will act upon. 


 


The text to be clicked will have properties of Object, ColumnName/Number, RowNumber, ObjectIndex, Identifier 1, Value 1, Identifier 2, Value 2, Identifier 3, Value 3, Identifier 4, Value 4, Identifier 5, Value 5, Table Name. Provide all the details. 

Keyword Name – Veeva_GetCheckboxStatusInTableCell 

Description - This keyword fetches checkbox status in a table cell. 

For example, if you want the checkbox status of the checkboxes of Con123, and Opkey_Asset then this keyword will be used. 

 


Add the keyword and specify the details or unique identifiers that this keyword will act upon. 


 

The checkbox whose status will be fetched will have properties of Object, ColumnName/Number, RowNumber, ObjectIndex, Identifier 1, Value 1, Identifier 2, Value 2, Identifier 3, Value 3, Identifier 4, Value 4, Identifier 5, Value 5, Table Name. Provide all the details. 

Keyword Name – Veeva_GetColumnNameByRowNumber 

Description - This keyword fetches column name by its row number in a table.  

For example, if you want to fetch the column name of Lifecycle Status with the row number INV-000100, then this keyword will be used. 

 


Add the keyword and specify the details or unique identifiers that this keyword will act upon. 

 

The column name to be fetched by its row number in a table will have properties of Object, ColumnName/Number, RowNumber, ObjectIndex, Identifier 1, Value 1, Identifier 2, Value 2, Identifier 3, Value 3, Identifier 4, Value 4, Identifier 5, Value 5, Table Name. Provide all the details. 

Keyword Name – Veeva_GetRowsCountHavingSameData 

Description - This keyword shows the total number of rows that contain the same data from the table. 

For example, if you want to get the row count of Depart 

 

 

The column name to be fetched by its row number in a table will have properties of Object, ColumnName/Number, ObjectIndex, Identifier 1, Value 1, Identifier 2, Value 2, Identifier 3, Value 3, Identifier 4, Value 4, Identifier 5, Value 5. Provide all the details. 

 

Keyword Name – Veeva_GetTableCellValue 

Description - This keyword fetches values contained in the cell from the table.  

For example, if you want to get the table cell value of the Name column, then this keyword will be used.  

 


Add the keyword and specify the details or unique identifiers that this keyword will act upon. 

 

The column name to be fetched by its row number in a table will have properties of Object, ColumnName/Number, RowNUmber, ObjectIndex, Identifier 1, Value 1, Identifier 2, Value 2, Identifier 3, Value 3, Identifier 4, Value 4, Identifier 5, Value 5, TableName. Provide all the details.  

Keyword Name – Veeva_GetTableColumnCount 

Description - This keyword returns the number of columns in the specified Table. 

Add the keyword and specify the details or unique identifiers that this keyword will act upon. 

 

The table whose count needs to be fetched will have properties of Object and TableName. 


Keyword Name – Veeva_GetTableColumnName/Number 

Description - This keyword retrieves the Column Names/Numbers in a particular table. 

For example, if you want to retrieve the table column name of Organization Type, then this keyword will be used. 

 

 

Add the keyword and specify the details or unique identifiers that this keyword will act upon.

 

 

The table whose column name/number needs to be retrieved will have properties of Object, Delimeter, TableName. 

Keyword Name – Veeva_GetTableColumnValue 

Description - This keyword fetches the value contained in the Column from the table. 

For example, if you want to get the value of the Name table column, then this keyword will be used. 

 

Add the keyword and specify the details or unique identifiers that this keyword will act upon. 

 

The table whose column value needs to be retrieved will have properties of Object, ColumnName/Number, Delimeter, TableName. 

Keyword Name – Veeva_GetTableRowCount 

Description - This keyword returns the number of rows in the specified table. 

For example, if you want the count of rows of the Name column, then this keyword will be used. 

 

 

Add the keyword and specify the details or unique identifiers that this keyword will act upon. 

 

The table whose number of rows needs to be retrieved will have properties of Object, TableName. 

Keyword Name – Veeva_GetTableRowValue 

Description - This keyword fetches the value contained in the Row from the table. 

For example, if you want to get the table row value of Facility A, then this keyword will be used. 

 


Add the keyword and specify the details or unique identifiers that this keyword will act upon. 

 

 

The table whose row value needs to be retrieved will have properties of Object, RowNumberDelimeterTableName. 

 

Keyword Name – Veeva_GetTextCountInTableColumn 

Description This keyword shows the total number of texts contained in a Column from the table. 

For example, if you want to get the text count of the Product Name column, then this keyword will be used. 

 

Add the keyword and specify the details or unique identifiers that this keyword will act upon. 

 

The table whose number of rows needs to be retrieved will have properties of Object, RowNumber, TextToSearch. 

Keyword Name – Veeva_GetTextCountInTableRow 

Description This keyword shows the total number of texts in the Row from the table. 

For example, if you want the text count of the table row of QE-000304, then this keyword will be used. 

 


Add the keyword and specify the details or unique identifiers that this keyword will act upon. 

 

The table whose number of text needs to be retrieved will have properties of Object, RowNumber, TextToSearch. 

Keywords Name – Veeva_HighlightTableCell 

Description - This keyword highlights the specified table cell.  

For example, if you want to highlight the table cell of Facility A, then this keyword will be used. 

 


Add the keyword and specify the details or unique identifiers that this keyword will act upon. 

 


The table cell that needs to be highlighted will have properties of Object, ColumnName/Number, RowNumber, ObjectIndex, Identifier 1, Value1, Identifier 2, Value 2, Identifier 3, Value 3, Identifier 4, Value 4, Identifier 5, Value 5, TableName. Provide all the details. 

Keyword Name – Veeva_MouseHoverInTableCell 

Description - This keyword hovers the mouse over the table cell. 

For example, if you want to mouse hover in the table cell of Facility A, then this keyword will be used. 

 


Add the keyword and specify the details or unique identifiers that this keyword will act upon. 

 

The table where mousehover needs to be performed will have properties of Object, ColumnName/Number, RowNumber, ObjectIndex, Identifier 1, Value1, Identifier 2, Value 2, Identifier 3, Value 3, Identifier 4, Value 4, Identifier 5, Value 5, TableName. Provide all the details. 

Keyword Name – Veeva_SelectCheckBoxInTableCell 

Description - This keyword selects the checkbox in the table cell.  

Add the keyword and specify the details or unique identifiers that this keyword will act upon. 

 

The checkbox that needs to be checked in the table cell will have properties of Object, ColumnName/Number, RowNumber, ObjectIndex, Status, Identifier 1, Value1, Identifier 2, Value 2, Identifier 3, Value 3, Identifier 4, Value 4, Identifier 5, Value 5, TableName. Provide all the details. 

Keyword Name – Veeva_SelectDropdownInTableCell 

Description - This keyword selects the specified value in the given dropdown table cell. 

For example, if you want to select the dropdown in the table cell of Status, then this keyword will be used.  

 


Add the keyword and specify the details or unique identifiers that this keyword will act upon. 

 

The value in the dropdown table that needs to be retrieved will have properties of Object, ColumnName/Number, RowNumberValueToSelectObjectIndex, Identifier 1, Value1, Identifier 2, Value 2, Identifier 3, Value 3, Identifier 4, Value 4, Identifier 5, Value 5, TableName. Provide all the details. 

Keyword Name – Veeva_SelectRadiobuttonInTableCell 

Description - This keyword is used to select a radio button in the table cell. 

For example, if you want to select the radio button cell of Product XYZ, then this keyword will be used. 

 


Add the keyword and specify the details or unique identifiers that this keyword will act upon. 

 

The radio button that needs to be retrieved will have properties of Object, ColumnName/Number, RowNumberObjectIndex, Status, Identifier 1, Value1, Identifier 2, Value 2, Identifier 3, Value 3, Identifier 4, Value 4, Identifier 5, Value 5, TableName. Provide all the details. 

Keyword Name – Veeva_SelectTypeTextinTableCell 

Description - This keyword types the specified Text in a given object inside the table cell.  

For example, if you want to type the text in the table cell of the Expiration date, then this keyword will be used. 

 


Add the keyword and specify the details or unique identifiers that this keyword will act upon. 

 

The text to be typed in the table cell will have properties of Object, ColumnName/Number, RowNumberValueToTypeObjectIndex, Identifier 1, Value1, Identifier 2, Value 2, Identifier 3, Value 3, Identifier 4, Value 4, Identifier 5, Value 5, TableName. Provide all the details. 

 

Keyword Name – Veeva_VerifyCheckboxStatusInTableCell 

Description - This keyword validates the Checkbox ON/OFF status in the table. 

For example, if you want to validate the checkbox status of Con123, then this keyword will be used. 

 


Add the keyword and specify the details or unique identifiers that this keyword will act upon. 

 

The checkbox status to be verified will have properties of Object, ColumnName/Number, RowNumberExpectedStatus, ObjectIndex, Identifier 1, Value1, Identifier 2, Value 2, Identifier 3, Value 3, Identifier 4, Value 4, Identifier 5, Value 5, TableName. Provide all the details. 

 

Keyword Name – Veeva_VerifyTableCellValue 

Description – This keyword verifies the specified table’s cell value. 

For example, if you want to verify the table cell value of Facility A, then this keyword will be used. 

 

 

Add the keyword and specify the details or unique identifiers that this keyword will act upon. 

 

The table cell value to be verified will have properties of Object, ColumnName/Number, RowNumber, ExpectedStatus, ObjectIndex, Identifier 1, Value1, Identifier 2, Value 2, Identifier 3, Value 3, Identifier 4, Value 4, Identifier 5, Value 5, TableName. Provide all the details. 

Keyword Name – Veeva_TypeTextAndEnterInTableCell 

Description – This keyword types text in the table cell and presses enter.  

For example, if you want to type text and press enter in the table cell of Expiration Date, then this keyword will be used. 

 


Add the keyword and specify the details or unique identifiers that this keyword will act upon. 

 

The cell to be typed upon will have properties of Object, ColumnName/Number, RowNumber, ValueToTypeObjectIndex, Identifier 1, Value1, Identifier 2, Value 2, Identifier 3, Value 3, Identifier 4, Value 4, Identifier 5, Value 5, TableName. Provide all the details. 

Keyword Name – Veeva_MouseHoverOnText 

Description - This Keyword hovers the mouse on the specified text. 

For example, if you want to mouse hover on the text of Product/Batches, then this keyword will be used. 

  

Add the keyword and specify the details or unique identifiers that this keyword will act upon. 

 

The text to be hovered upon will have properties of TextToSearch, Index, PartialText, Object, Before, and After. Provide all the details. 

Keyword Name – Veeva_GetRowNumberByColumnName 

Description - This keyword fetches the row number by its column name in a table. 

For example, if you want to get the row number of PQE-000061 in the column name of Product XYZ, then this keyword will be used. 

 


Add the keyword and specify the details or unique identifiers that this keyword will act upon. 

 


The row number to be retrieved will have properties of Object, ColumnName/Number, CellValue, Index, TableName. Provide all the details. 

Keyword Name – Veeva_ClickTableCell 

Description - This keyword clicks on the Table Cell. 

For example, if you want to click on the table cell of Con123, then this keyword will be used. 

 


Add the keyword and specify the details or unique identifiers that this keyword will act upon. 

 


The table cell to be clicked upon will have properties of Object, ColumnName/Number, RowNumber, ObjectIndex, Identifier 1, Value1, Identifier 2, Value 2, Identifier 3, Value 3, Identifier 4, Value 4, Identifier 5, Value 5, TableName. Provide all the details. 

Keyword Name – Veeva_GetObjectPropertyInTableCell 

Description - This keyword fetches object property in a table cell.  

For example, if you want to get the object property of the Batch column name, then this keyword will be used. 

 

Add the keyword and specify the details or unique identifiers that this keyword will act upon. 

 


The table cell to be clicked upon will have properties of Object, ColumnName/Number, RowNumber, ObjectIndex, Identifier 1, Value1, Identifier 2, Value 2, Identifier 3, Value 3, Identifier 4, Value 4, Identifier 5, Value 5, TableName. Provide all the details. 

Keyword Name – Veeva_DoubleClickInTableCell 

Description – This keyword will double-click on the table cell. 

For example, if you want to double-click on the table cell of the Batch column, then this keyword will be used. 

 

Add the keyword and specify the details or unique identifiers that this keyword will act upon. 

 

The table cell to be clicked upon will have properties of Object, ColumnName/Number, RowNumberObjectIndex, Identifier 1, Value1, Identifier 2, Value 2, Identifier 3, Value 3, Identifier 4, Value 4, Identifier 5, Value 5, TableName. Provide all the details. 

Keyword Name – Veeva_SearchAndSelect 

Description – This keyword will search for the provided value and select it. 

For example, if you want to search and select the Edit button on the page, then this keyword will be used. 

  

Add the keyword and specify the details or unique identifiers that this keyword will act upon. 

 

The object to be searched and selected will have properties of LabelName, Index, PartialTextTextToSearch, Before, Object. Provide all the details. 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article