Send Function Keys as Inputs

This ‘Send Function Keys as Inputs’ is pre-built Action comes for the captured Element. It instructs the Avo Assure client to perform the function that is given in the input value.

Syntax

Input: <FunctionKey>;<Number (Optional)>

  • Function key: This is used to perform a specific function or command.

For Example: Tab, Page down, Enter etc. These all are available on keyboard.

  • Number This is used to determine how many times the user wants to use the function key.

Output: <Dynamic Variable>(Optional) ;<Dynamic Variable>(Optional)

Usecase/Example

Scenario

Consider a scenario where a user is testing the Amazon application. The user wants to log in with valid credentials by entering their username and password. After filling the details, user should hit the Enter key to log in application, using the Send Function Keys as Inputs action user can successful login.

Input

Enter

Expected Result

This action needs to successfully press of the Enter key using the Send Function Keys as inputs action within the Amazon shopping application.

Output

This action successfully performs the given input function of the ‘Enter’ key on the Amazon application.

Last updated

Was this helpful?