Skip to end of metadata
Go to start of metadata

New Features

  • NEW Create ebot - Build bot files that run independently and are more secure.

  • NEW Shows Progress bar when you use "Save to/Load from Supervisor, Save to file, Create eBot".
  • NEW Shortcut keys added to STU. You can edit your bot more easily using keyboard shortcuts.


Changes

  • CHANGED Bot architecture is changed more secured format. 

    Important Notes

    Bots created on the new STU cannot be opened on the old STU.

    If you see the message below when running STU, you must first upgrade your STU/PAM to the latest version.

  • CHANGED When the window scale is changed, the text or textbox overlaps so that it is not hidden.
  • CHANGED Changed so that the launcher is also terminated when the STU is terminated.
  • CHANGED Added new WebDriver for Crhome v89 and Edge v89
  • CHANGED When creating a bot with Auto Recording, the text input method is changed from TypeText to Shortcutkey.


Fixed

  • FIXED Fix so that PAM Manager does not terminate PAM Process while downloading bot file

1st patch on Apr 8, 2021 (STU R21.0318.140, PAM R21.0318.30)

  • FIXED Fixed an error that occurred when loading a bot without a thumbnail image from the server multiple times

  • FIXED Fixed an issue where when using "TextInput" operation with the Paste option, the next operation could fail. ( Not releasing the control key.by PAM )
  • FIXED.Modified to remove the newline character when getting a plug-in result as a String type.(ex: "File Monitor" plug-in)
  • FIXED.Fixed an error that the array variable with an index can not save the results. 
    Error occurred under the below conditions:

    • HTML Action when using 'js event' property with getText and getAttributeValue options

    • Java Script when setting "Save script result to variable"

    • When using the'Read/Write' property as'Read' option in "Excel Basics"

    • When the data type of  result value is specified as a string or a file in Plugins

  • FIXED Fixed an error that occurred when trying to run a "On Demand" task when the PAM manager service was turned off.