Click on Table Cell
Last updated
Was this helpful?
Last updated
Was this helpful?
This is pre-built Action located under the Table captured from the AUT Element Name. It instructs the Avo Assure Client to click on the cell of the table whose details is given in the Input Value.
The "Click on Table Cell" Action is essential for automating interactions with dynamic tables.
Input: <Row>;<Column>;<ObjectType>;<Index>
As per the above Syntax user need to give the row number and column number on which table cell user wants to click, Object type (it could be textbox, button, link etc..) and the index (Element Index of the cell)
Note: Index of the object in the cell starts with 1
The input to be given for respective object types are:
Button- button
Image- img
Checkbox- checkbox
RadioButton- radiobutton
Link- link
Textbox- textbox
Div- div
Span- span
Output: <Dynamic Variable>;<Dynamic Variable>(Optional)
The web application allows administrators to manage customer orders. Orders are displayed in a table format, showing order IDs, customer names, order status, and total amounts. An admin user can view order details or update the status of an order by clicking on a specific link within cell of the order table.
The admin user wants to view the details of a specific order by clicking on the cell containing the "Order ID" as ORD12345 order.
5;1;link;5
Upon clicking the "ORD12345" cell, the system should open a detailed view of that order, showing the customer’s name, order items, shipping address, and order status. And store result as True.
The Click on Table Cell Action is clicking on the cell and save the result in {result} Output Variable as True, which can be utilized for display or other purposes.