Send Function Keys Securely
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 accept an encrypted text and send the individual keystrokes to the application’s textbox within a scraped table.
Input: <Row>; <Col>; <ObjectType>; <Index>; <Encrypted Text>
For above Syntax user need to give the row number and column number to which table cell user wants to pass function keys, Object type, index (Element Index of the cell) and the encrypted text.
Output: <Dynamic Variable>;<Dynamic Variable>(Optional)
You are testing a web application that displays a list of records in a table format, such as customer details or transaction information. The application includes a search feature that allows users to search for specific records by pressing the F3 function key. This is a common feature in many applications for quickly searching through large datasets. The F3 key should be sent securely to ensure that the search functionality works as expected without exposing any sensitive information.
In this case, the goal is to test the search feature and ensure that F3 is securely sent to the application, triggering the search function, while maintaining the integrity and security of the data being searched and displayed.
2;5;textbox;1;kjhjk#gfwsw
The "Send Function Keys Securely" Action should send keystroke value in textbox which is kjhjk#gfwsw located in seconds row of third column in the table.
This Action Enters Function Keys securely and save the Status in the {result} output variable as True, which can be utilized for display or other purposes.