Set Text in Java App

Overview

Enters text into a field in an application. The text can represent a number or a date as well as well as text.

Inputs

Text The text to enter into the field.
XPath The XPath of the element to enter the text in to.
Relative to Element A UI element to make the XPath relative to, retrieved with the "Get Element from Java App" operation. This is an advanced and optional feature. See the XPath Document for more information.
Method The method of text entry. 'Direct' will use the element's inbuilt set text functionality, 'Simulate Typing' will enter keystroke events as if a user were typing on the keyboard.
Keystroke Delay Sets the delay between keystrokes if the 'simulate typing' method is used.
Replace Text If true, then the existing text will be replaced by the new text.