Activity «Type in Java element» can be found in section «Java».
Activity simulates the text input into the specified Java element on the screen.
Click on the image to enlarge it.
Option; Description
With XPath; By searching with XPath
With UI element; By pointing to the concrete element
Property; Class; Type; Options; Description
XPath; In; String; With XPath; (System.String) - Path to the element on the screen described as XPath
Timeout (s); In; Int32; With XPath; (System.Int32) - Timeout for element search using selector (XPath). If the element won't be found within the specified period, it will trigger error (exception)
UI element; In; Activities.Desktop.Core.UIElement; With UI element; (Activities.Desktop.Core.UIElement) - The element into which the data should be entered
Text; In; String; *; (System.String) - The string data to be entered into the element