Skip to end of metadata
Go to start of metadata

New Features


  • NEW Added failure handler function
    • You can find Settings > Scenario settings > Failure handler in STU
    • The failure handler created from the context menu that occurs when you right-click the operation can be applied to the operation.
    • details
      • When the operation for which the failure handler is set fails, the action set in the failure handler operates.
      • In Resume, the scenario proceeds from the next operation after the failed operation.
      • Goto can only be done in steps.
  • NEW Added Web Drive for chrome(v102) and edge(v102) 


Changes


  • CHANGES Add timeout to plugin operation (Default: 0). When the value is 0, it operates without timeout, and if the value exceeds 0, timeout is applied.
  • CHANGES Change the setting menu structure. 
    • Moved the menus from the gear wheel on the right side of the Scenario label of STU to Scenario settings in Settings
    • STU-related settings in Settings are moved to STU settings in Settings


Fixed


  • FIXED  Fix to retry if token error occurs when importing Scenario (token error occurs during Execute Scenario.
  • FIXED  Fixed the problem that the scenario does not end when AbortButNoError is selected within the function.