Release Notes

Release Notes

   Release notes for the official ARGOS LABS releases. Each release note will tell you what’s new in each version, and will also describe any backwards-incompatible changes made in that version. These release notes summarize the new features, resolved and known issues, and compatibility. Need help? Contact to tech@argos-labs.com

  • 'Scenario Studio'(a.k.a 'STU') is a build tool for a ARGOS Low-code bot.

  • 'Process Automation Module(a.k.a 'PAM') is a software agent to run a bot.

 

R25.0828


New Features


  • NEW Added a new variable {{Global.prevOperationResult}} to check the result of the previous operation. This variable can be used to check the reason for the previous operation's failure in operations called via the Failure Handler.
    • Success: success
    • Failure: failure (failure details)
  • NEW Added "None" to the "Result type" of the plugin operations.


Changes


  • CHANGES In the Properties section of plugins, if the text entered in the text field is too long, clicking the Zoom button will display a pop-up window.
  • CHANGES If the Return code handler of plugins is set to "JumpToStep" or "AbortAsFunctionError", the "Success/Failure code action" value will now be reset when copying or moving the plugin to another "Step" or "Function."
  • CHANGES If the "Click and Focus" click action fails due to lack of administrator privileges, the "Failure Handler" will now be available.
  • CHANGES Added driver files for Chrome and Edge (v138, v139).


Fixed


  • FIXED Fixed an issue where an error occurred and the screenshot area was marked with an X if the image file was missing in a scenario where a screenshot image was set in "Click and Focus."
  • FIXED Fixed an issue where "Run>Open recent test run bot" did not work.
  • FIXED Fixed an issue where "Open Browser" did not work due to a change in the msedgedriver download URL, causing the msedgedriver download to fail.
  • FIXED Fixed an issue where "Step" movement would malfunction when using the "Goto" option of a "Failure handler" within two or more nested functions.