← All release notes

February 2, 2023 · Developer Tools

Automation Studio 2.13.2

With this update to Automation Studio, we're bringing in changes to the editor layout. Both the left and right sidebars are now collapsible, with the latter automatically hiding when no elements are selected. Documentation fields for Tasks and User Keywords have been inlined, and rename/delete features moved to the left sidebar to improve consistency.

In the preferences menu, there is a new option to select a default browser for creating web locators and recording. Additionally, dozens of bugs reported by users or detected in internal testing have been fixed.

Features

  • Improved editor layout with dynamic sidebars, inline documentation, and more consistent rename/delete features
  • Allow selecting default browser for picking and recording
  • Multiple new hotkeys and command palette items

Updates

  • Tasks and User Keywords can be renamed and removed from the context menu in the left sidebar
  • Use special variable syntax in conditionals by default
  • Browser is not closed after picking or recording
  • Further improvements in Web Recorder element detection
  • Run view Back button disabled when run still in progress
  • Improved naming and editing of Work Item sets
  • Code editor automatically scrolls to active line
  • Suite drop-down menu shown in Code view
  • Web recording disabled when no Tasks are defined
  • Upload Robot disabled when no Tasks are defined

Bugfixes

  • Closing a project before opening finishes caused a critical error
  • Removing a Suite could leave project in preparing state
  • Upload Robot view sometimes incorrectly handled switching workspaces or users
  • Unable to set Work Item values with partially duplicate keys
  • Output Work Item sets not always updated after runs
  • Variables inside strings in IF/WHILE conditionals parsed incorrectly
  • Special variables in conditionals incorrectly reported as invalid syntax
  • Could not drag Variable into FOR loop value
  • Renaming a User Keyword argument would remove default value
  • Default return value not always set when User Keyword dragged from sidebar
  • Linking with Control Room did not work on macOS when application was closed
  • Various small layout and styling issues