iRobo.Activity.Invoke JS Function

Split Text based on a string separator and return and string array containing the split result.


Properties

Input

  • TimeOut  - Time Span
  • Browser - String
  • URL - String
  • FunctionName - String.
  • Parameters - Array of Strings 


Misc

  • DisplayName - Invoke JS Function 


Output                                                                                                        

  • Result - String Array contains split string.

Steps of Using Invoke JS Function Activity   

  1. Open iRobo Studio.
  2. Navigate to Existing Project or create new project.
  3. Right click on project name and create new workflow.
  4. Drag the Invoke JS Function Activity from the Toolbox.
  5. Click on Detect Button or Enter the URL of the web page containing the JS Function to be invoked
  6. Enter the FunctionName that it will be invoked
  7. Put an optional Parameters as in Array of Strings 1 or more or don’t pass any parameter at all
  8. Click Save Button from iRobo Studio Menu or pressCtrl + S  keyboard shortcut to save the workflow.
  9. Click Play Button to start the conversion process.

Note that: you can open the console panel to check the function call is called correctly and check for any errors

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