Press Key in Java App

Overview

Use this operation to press a key in the Java application.

Inputs

Key The key to press.
XPath The XPath of the target of the key press.
Shift If the Shift key should also be used with this key press.
Alt If the Alt key should also be used with this key press.
Ctrl If the Control key should also be used with this key press.
Element The UI element the target is relative to.