iRobo.Activity.Wait Text At Position

Wait for Text to appear at MainFrame Terminal.


                                                                                                               

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.

  • Text -  Enter Text length as String within "", to wait at. (Mandatory)
  • X-Position -  Enter X- position as Integer; for example: 0. (Mandatory)
  • Y-Position -  Enter Y- position as Integer;  for example: 0. (Mandatory)


Misc

  • DisplayName - Activity header name.


Output

  • IsTextFounded -  returns Boolean Variable. True indicates if it founds Text, while False indicates failing to find Text.

 

Steps of Using Wait Text At Position Activity

  1. Open iRobo Studio, and then open a new Workflow.
  2. Drag Wait 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 in Text field in Input in Properties Panel; to wait at in MainFrame Terminal screen.
  6. Enter X-Position in X-Position field in Input in Properties Panel; to specify X-Axis point at MainFrame Terminal screen to wait for Text.
  7. Enter Y-Position in Y-Position field in Input in Properties Panel; to specify Y-Axis point at MainFrame Terminal screen to wait for Text.
  8. Click Save button from iRobo Studio Menu to save Workflow.
  9. Click Play button to start the automated process.

Created with the Personal Edition of HelpNDoc: Free HTML Help documentation generator