Skip to end of metadata
Go to start of metadata


New Features


  • ADDED POT ( Python-to-Operation Tools on the Cloud ), Newer plugin management feature in ARGOS RPA+.

    RPA Plugins are managed on the Cloud repository. User can select plugins which they want to use their Bot. Under the new system, user can build their own Plugin and share on RPA marketplace or manage it in their private POT repository more freely.You can find all available and new plugins in 'Plugins' menu of CHIEF.

  • ADDED  Test run by Operation ( Right click on a mouse at the Operation list ).
    There are 3 options:
    • Operation Number: <Op No.>  : 'Test run' runs <Op No.> only.
    • Operation Number: <Op No.> ~ End of Step  : 'Test run' runs from <Op No.> to the end of step
    • Operation Number: <Op No.> ~ End of Scenario  : 'Test run' runs from <Op No.> to the end of scenario
  • ADDED 'XPath' to 'HTML Action'.
  • ADDED OCR image enlargement function added
  • ADDED 'First row contains column header' option to all plugin when using 'CSV' as a result type
    The first row of CSV result type is a header line by default. But, sometimes it has to be removed to use as an input data of the next operation.
    Now, user can select to use/remove the header line from the CSV results.
  • ADDED 'Send Logs' menu to 'ARGOS RPA Service Tray' menu


Changes


  • CHANGED Default location for saving scenario files to 'Documents' ( previously %appdata% )
  • CHANGED Variable selection combo box to remain unselected
  • CHANGED Whenever the plugin result processing type is changed, the variable selection is initialized.
  • CHANGED The default extension JSON has been changed to BOT when saving bots to local disk. BOT is an all-in-one file containing scenario files and screenshot images.


Fixed


  •  FIXED A problem that sometimes the item list can not be updated when moving the step
  •  FIXED Terminate all child processes of PAM when 'Test Run' ends