Skip to main content

Get Text

Extracts a text value from a specified UI element.

Options

  • Element: Use the UIElement variable returned by another activity.This property cannot be used alongside the Selector property. This field supports only UIElement variables.
    • Type: ArenaRobotics.Domain.Entities.UIElement
    • Required
  • Value: Enables you to store the text from the specified UI element in a variable, as well as make changes to the text with VB expressions. Variables created in this field are of GenericValue type.
    • Type: System.String
    • Required
  • Selector: Text property used to find a particular UI element when the activity is executed.It is actually a XML fragment specifying attributes of the GUI element you are looking for and of some of its parents.
    • Type: System.String
    • Required

Common

  • Timeout: The expected time for finding the item.
    • Type: System.Int32