Skip to content

RPA Transition Release

Compare
Choose a tag to compare
@kensoh kensoh released this 29 Mar 16:41
· 807 commits to master since this release

TagUI is a RPA / CLI tool for automating user interactions

  • modularize and run other scripts within a script
  • integration compatibility with both Python v2 & v3
  • begin/finish code blocks for py, r, vision, run, dom, js
  • pass variables with helper functions for py, r, vision
  • Chrome extension right-click to inspect element
  • now supporting .tagui .js .txt or no file extension
  • comments, blank lines, no URL ok at start of flow
  • add RPA tutorial, Prezi slides, FOSSASIA'18 video
  • OS-specific exceptions guide for TagUI installation
  • CasperJS v1.1.4-1, SlimerJS v1.0.0, Sikuli v.1.1.2
  • improved run step to run OS level commands
  • improved handling of enter keystroke for Chrome
  • fix a new download issue for Chrome on Windows

This release moves towards supporting a broader form of UI automation besides web automation, commercially known as RPA (robotic process automation). Features are added to make it easy to reuse and compound building blocks of scripts, with focus on rapid development and improved integrations.

With visual automation and integrations such as Python, starting flow file with an URL is no longer mandatory. Documentation is revamped into a collapsible markdown for readability, with various new medium for learning such as hands-on tutorial, overview slides and video of TagUI intro.