Several changes have been made to the Runner to execute the workflow rapidly and optimizations have been made to improve its responsiveness to commands issued from the SmartManager.
Both the SmartRunner & Assisted Robot sport a new look with a refreshing changed logo for an enhanced look and feel.
The Get text activity available in the desktop automation feature to extract text had the issue of not extracting when the window title of the application from which data needs to be captured was provided partially. This issue has been fixed and now the activity extracts text even in case of partial window title being available.
Bug Fixes: Read Ranges activity was returning the full data range irrespective of the specified input range.
For example, if there is data in the sheet starting from A1:F15 and if the input range is defined as A1:B14. All data from A1:F15 was returned. This is now fixed.
When create PDF activity is executed without selecting input files, then a junk PDF was created as output. Additional validation has been included to prevent this.
When different versions of the web automation activities were used subsequently in a workflow, the activities did not work. e.g. When Element Exist activity of version 5.0.0 is used in a workflow and Click Event of version 5.0.1 is used on the same workflow then the click event did not trigger.
Incorporated an additional option to view the sorted values in Sort activity, by adding sorted parameter to resolve the issues that were present while sorting.
With this fix, the output will return as Boolean as well as Datatable.