Activity «Get text from a Java element» can be found in section «Java».
Activity gets the text content from the specified element.
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 Java element; (Activities.Desktop.Core.UIElement) - Element, from which the contect should be extracted
Result; Out; String; *; (System.String) - Text extracted from the element