Skip to content

MS Office RPA Release

Compare
Choose a tag to compare
@kensoh kensoh released this 16 Jun 08:26
· 332 commits to master since this release

Download Word Plug-in | Download TagUI v6.46 | Read more about TagUI

Microsoft Word Plug-in v3

You can now create RPA robots in MS Word! Full-featured RPA IDE with toolbar of TagUI steps and tooltips, snapshot tool to automate using computer vision, update tool to get latest TagUI version and features, task pane for various robot settings and run output.

Word Plug-in v3

Microsoft Excel Plug-in v1

Define parameters for your RPA robots such as datatable for batch automation, object repository for reusable parameters. In upcoming v3 of the plug-in, there will be a report dashboard feature for analysis of your robots (when run with report option).

Community Projects

Weekly Zoom meetings for Q&A

Since January, we have a weekly Zoom call (every Thursday 4-5pm, UTC+8) for existing and potential users to ask any questions. This is especially useful for solving complex roadblocks or figuring out if TagUI is the suitable solution for the users.

Telegram community group chat

Since April, we have a Telegram group chat for users to ask any questions or share anything related to TagUI. This is useful for getting answers quickly. Besides TagUI team, seasoned users from the community will also share their experiences.

Community-created Projects

RPA tools supporting TagUI

Improvements

For TagUI core, probably the changes with the most user impact are the tagui update command to get the latest TagUI version and features, get_text() / remove_chars() helper functions for data extraction or cleaning, auto-screenshot on UI element not found, new step download to folder to set location for downloads, a working Google Colab notebook to run TagUI on the cloud, support for spaces in folder and workflow names on Windows, and support for both single and double quotes in XPath identifiers.

#1053 - make processes titles user-friendly on Windows
#1046 - accept URL with www prefix instead of https://
#1045 - keep web browser open during batch automation
5a4f31d - improved summary report for report option
#1036 - added appeared(), ie visible() with timeout
#1035 - download to xxxxx to specify download location
#1030 - updated Hungarian language, added dclick/rclick
#1028 - added enterprise security section to readme
#1001 - select to also choose by by text (if no value)
#996 - add new Chrome location as fallback on Windows
#994 - support using single quote in XPath identifiers
#987 - Windows folders and workflow names with spaces
#986 - add new dictionary for Malayalam language
#977 - add updated dictionary for Malay language
2039874 - overhaul for Tamil language dictionary
#972 - get_text() helper function for text extraction
#972 - remove_chars() helper function for data cleaning
#968 - tagui update command to install latest version
#955 - installer including OpenJDK for TagUI on Windows
#953 - access repo/datatable in if condition and JS code
#939 - auto-screenshot webpage/screen on missing element
#913 - Colab notebook to run on phone browser or cloud
#906 - improve dump, write, load steps for edge cases
#899 - auto-install Jython on visual automation 1st run

Bug Fixes

Fixed a number of bugs around edge cases for TagUI v6 introduction of Python indentation syntax. The change is backward compatible with the old JavaScript {} syntax. Users can use tabs or certain number of spaces, as long as the format you choose is consistent. For macOS users, there is a bug fix for OpenSSL error by using an updated PhantomJS engine. Couple of bug fixes for live mode.

#1030 - fix indentation bug for translated languages
#1026 - fix missing indentation bug pre-v6 workflows
#1011 - remove R integration false-positive, r = 1
#966 - fix nested code block for Python integration
#961 - fix indentation bug tagui step to call subflow
#932 - use latest PhantomJS engine to fix OpenSSL error
#903 - live mode enable using variables with ' inside
#901 - live mode make variables with \n work for echo