Send Keystroke Value
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 send individual keystrokes to the textbox in the table cell.
The Action "Send Keystroke Value" would be used in any context where there is a need to communicate or transmit the value of a keyboard input (a keystroke) from one place to another.
Input: <Row>;<Col>;<Object Type>;<Index>;<text>
For above Syntax user need to give the row number and column number to which table cell user wants to send keystroke, Object type (it could be textbox), index (Element Index of the cell) and the text to be send as keystroke.
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
User is testing an order management system where a table displays a list of customer orders. Each row contains the order details, and one of the columns has a "Quantity" input field (textbox) where the user can enter the quantity for each product.
The system allows the user to modify the quantity of products directly in the table. Your task is to automate the process of entering a quantity (e.g., "10") into the "Quantity" field for a specific order in the table.
3;5;textbox;1;10
The "Send Keystroke Value" Action needs to send keystrokes as 10 to the Quantity textbox located in the third row of fifth column of the table.
The "Send Keystroke Value" Action is entering data into a textbox in a table cell by sending individual keystrokes as "10".