Activity «Get text from a UI element» can be found in section «Windows».
Activity gets the text content from the specified element.
Нажмите на изображение, чтобы увеличить его.
Property; Class; Type; Options; Description
XPath; In; String; With XPath; Path to the element on the screen described as XPath.
Timeout (s); In; Int32; With XPath; 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; Element, from which the contect should be extracted.
Result; Out; String; *; Text extracted from the element.
Option; Description
With XPath; By searching with XPath.
With UI element; By pointing to the concrete element.