Send Keystrokes
Last updated
Was this helpful?
Last updated
Was this helpful?
This is pre-built Action located under the @Browser Element, instructs the Avo Assure to send the specified keystroke(s) within the browser.
Input: <FunctionKey>;<Number(optional)>
FunctionKey: Function Key’s name on the keyboard.
Number: The second input specifies the number of times the specified keystrokes must be performed
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
Simulates pressing function keys on the active window or element.
The Send Keystrokes action takes the value from the Input Value column (e.g., F5;3) and sends the specified function key the given number of times. If the number is not provided, the key is sent once by default. The result of the operation is stored in the {KeystrokeStatus} variable, with the following possible values: True – if the keystroke is sent successfully. False – if sending the keystroke fails or an error occurs.
Enter
The Send Keystrokes Action should perform action for pressing Enter key.
Once the Send Keystrokes Action executed, “Enter” key press is performed on the focused object within the browser.