iRobo.Activity.Get Text At Position

Get Text from MainFrame Terminal at a specified screen position.


                                                                                                               

Properties

Input

  • DelayTime -  Enter delay time in Milliseconds as Integer. (Mandatory)
  • Emulator -  Enter emulator object returned from Start Terminal Session Activity. (Mandatory)

     Note: 

        OutputResult in Output in Start Terminal Session Activity, return Emulator object for MainFrame Terminal connection.

  • Length -  Enter number of Characters for Text length as Integer, for example: 1000000. (Mandatory)
  • X-Position -  Enter X- position as Integer; for example: 0. (Mandatory)
  • Y-Position -  Enter Y- position as Integer;  for example: 0. (Mandatory)

     Note: 

        The above Length, X-Position, Y-Position configurations display all Screen.


Misc

  • DisplayName - Activity header name.


Output

  • OutputText -  returns Text.

 

Steps of Using Get Text At Position Activity

  1. Open iRobo Studio, and then open a new Workflow.
  2. Drag Get Text At Position Activity to the Sequence.
  3. Enter Time in Milliseconds in DelayTime field in Input in Properties Panel.
  4. Enter Emulator object, returned from Start Terminal Activity in Emulator field in Input in Properties Panel; for MainFrame Terminal connection.
  5. Enter Text Character numbers in Length field in Input in Properties Panel; to specify number of Characters.
  6. Enter X-Position  in X-Position field in Input in Properties Panel; to specify X-Axis point to get Text from.
  7. Enter Y-Position  in Y-Position field in Input in Properties Panel; to specify Y-Axis point to get Text from.
  8. Drag Message Box Activity to the Sequence, and then add  OutPutText Variable to Message field of the Activity.
  9. Click Save button from iRobo Studio Menu to save Workflow.
  10. Click Play button to start the automated process, a message box appears with Text got from MainFrame Terminal at a specified screen location.

Created with the Personal Edition of HelpNDoc: Easily create HTML Help documents