added

5.4 Release: Select list item in Browser, Submit a form in input-related activities, UX/UI improvements

In this update we have introduced a new activity - ‘Select list item' in the 'Browser’ group, added a new option for interaction with forms in input-related activities, introduced some UX and UI improvements and many more. Read about the new opportunities provided by this update here!

Main Changes

  • New feature (Bot Runner) - Possibility to set Bot Runner name when publishing a bot to Orchestrator
  • New feature (Studio Pro) - New activity in the ‘Browser’ group - 'Select list item'
  • New feature (Studio Pro) - Possibility to submit a form in ‘Input to desktop app’ and ‘Input to browser’ activities
  • New feature (Orchestrator) - Possibility to create a few schedules for a single workflow

Complete Changelog

Improvements

Studio Pro

  1. New activity in the ‘Browser’ group - ‘Select list item'. Its behavior is similar to ‘Select list item’ activity present in the 'Desktop Apps’ group. It extracts available options for the specified dropdown list and selects a value chosen by the user. Please note that only standard HTML dropwdown lists are supported. 
  2. Added possibility to submit a form in ‘Input to desktop app’ and ‘Input to browser’ activities. There is a new checkbox option called Submit request/form after typing. It makes it possible to simulate pressing a specific key or key combination (for example, Enter or Ctrl + Enter) to send a form after filling an input field. For example, this could be used to submit a search request using a search string. 
  3. Add a screenshot of the element picked by Browser Picker. Much like when picking an element with Desktop Picker, a screenshot of the element will also be created when using Browser Picker. This screenshot will also be shown as a preview of the element. 
  4. Return triggers data when using ‘File trigger’ and ‘Email trigger’ activities. Now these activities will return specific data based on the set parameters.
    1. Appearance parameter: Wait for any file to appear and Wait for a specific file to appear features return the full path to the file.
    2. Disappearance parameter: Wait for the folder to become empty feature does not return anything. Wait for a specific file to disappear feature returns the file name.
  5. Expanded Office365 - ‘Read Emails’ activity options. This activity has been expanded with additional options present in the ‘Read emails’ activity from the ‘Emails’ group. Now it also has such parameters as Filter by status, Filter by content, Attachments and Mail folder name. 
  6. Improved ‘Block Input’ activity. Now this activity distinguishes whether it’s the input was made by the or by an interface-related activity. This means that users will not be able to interrupt bots when executing input-related activities.
  7. UX/UI improvements:
    1. A new overwrite dialog when trying to add duplicate credentials. Now if a user attempts to create new credentials and input the data already present in other existing credentials, a dialog window with overwriting confirmation will appear. 
    2. Added ‘Cut’ editing feature. In addition to copying, the toolbar and Edit menu now contain a feature that lets users cut activity blocks when editing workflows.
    3. Shift focus to the newly created block when copying an activity block. Now upon pasting a copied activity block the focus will be shifted to the newly created block.
    4. Added possibility to close the first Studio Pro tab without opening a new one. It is now possible to close a tab with an opened workflow even if this is the only tab opened at the moment.
    5. Small adjustments of the upper menu. Tabs order in the toolbar now corresponds to the order of the tabs in the ‘Settings’ menu; ‘Setting’ and ‘Account’ tabs were inverted; added hotkeys and icons.

Bot Runner

  1. Possibility to set Bot Runner name when publishing a bot to Orchestrator. Now it is possible to set a custom name for Bot Runner assigned to the published workflow. It will be displayed in Orchestrator interface. 
  2. UX/UI improvements:
    1. A new overwrite dialog when trying to add duplicate credentials. Now if a user attempts to create new credentials and input the data already present in other existing credentials, a dialog window with overwriting confirmation will appear. 
    2. Performance options tab was renamed to Execution.
    3. Warnings text color was changed to yellow.

Orchestrator

  1. Possibility to create a few schedules for a single workflow. With this change a new tab containing a list of schedules was added. On this tab, you can add a new schedule, edit an existing one, pause and delete it. 
  2. It is now possible to delete unused Bot Runners from the list. This is a new option in Bot Runners table. It is only possible if this Bot Runner is not executing a workflow at the moment. 
  3. Rearranged Activity logs menu. Now this menu is called Runs history. It displays the time, launch status, launch type, duration, user name and the assigned Bot Runner. All the columns can be sorted. 
  4. Improved launch time display. Now the launch time will be displayed both in GMT and local time. 

Bug Fixes

Studio Pro

  1. Fixed an issue when the ‘Select list item’ activity did not work correctly with any of Windows 10 settings.
  2. Fixed an issue when values in ‘Select list item’ activity did not update after changing them.
  3. Fixed an excessive error output in the console if there is no script file selected in the ‘Execute JS code’ activity.
  4. Fixed an error when the status window would display information about the previous workflow instead of the currently launched one.
  5. Fixed trouble with poor performance and impossibility to stop the workflow when an infinite loop is being executed.
  6. Fixed an issue when using debug mode: in some cases the blocks without breakpoints could still be executed.
  7. ‘Send email’ and ‘Read emails’ activities: fixed an issue when the server settings could be reset upon clicking these activity blocks.
  8. Fixed an issue when ‘Create directory’ activity would not work in Bot Runner in case the folder name is set using the Set a value option.
  9. ‘Click on image’ and ‘Find image’ activities: fixed an issue when the preview did not work in the project directory.
  10. Fixed an issue with error output in the console when switching workflow tabs while a file is being opened.
  11. Fixed an error when Studio was unable to recognize any elements on the desktop after using Ctrl + D (Minimize all windows system feature).
  12. Fixed an issue when copying and pasting an ‘Input to desktop app’ activity block: the Use additional syntax for sending keys feature state is not changed automatically anymore.
  13. It is not possible to input non-numeric symbols into the UI scaling field in Studio Pro anymore.
  14. Fixed issues related to incorrect behavior when using the ‘Close window’ activity with Explorer windows.
  15. Fixed an issue with repeated notifications when the same credentials were used to login to Studio on a few computers.
  16. ‘Execute JS code’ activity: fixed an error when the filled parameters were not recognized.
  17. Fixed an issue when Browser Picker could not read innerText attribute value properly if Calculate a value option is selected.
  18. ‘Read Excel row’ activity: fixed an issue with missing warning message related to reading a row with duplicated column headers after launching the workflow; fixed an error when a row containing cells with empty string values could be returned.
  19. Various UI corrections.

Bot Runner

  1. Fixed an issue when the loader window did not appear after logging in.

Orchestrator

  1. UI fixes and corrections.