Send Function Keys
Last updated
Last updated
This action in Avo Assure available under the @Generic element, instructs the Avo Assure Client to perform the function that is given in the input value.
Input: <function key>;<number>(Optional)
Function key: This is used to perform a specific function or command.
Number: This is used to determine how many times the user wants to use the function key.
Supported Input Format:
1. Text
2. Static Values/ Dynamic Values
A Static value refers to a fixed or constant value that does not change during the execution.
Dynamic values are values that can change during the execution.
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
In this scenario, you are testing the Amazon shopping application to ensure that Send Function keys allow you to follow the given action smoothly.
The you want to test the Page Down key on the keyboard. Upon execution, it fetches the input value and performs the action using the Send Function Keys.
Input: The input value passes as ‘pagedown’ key.
Expected result: It needs to perform the given ‘pagedown’ function in the given application.
Output: The user gets output as the ‘pagedown’ function key is performed in the Amazon application tp get values that can change during the execution.