Skip to main content
Version: v6.7.0

Core strengths

Flowchart that can be dragged and edited is provided, and the overall context of process is under control

  • Hidden details, easy for business personnel to learn and understand
  • The editing window adopts a multi property page layout, which can be dragged, docked and expanded at will
  • Built in Enterprise Process Template, one click generation of best practice framework for process
  • Exception handling can also be written and shown in the flowchart

One click switching between visual view and source code view, suitable for users with different backgrounds

  • Visual view close to natural language, describing specific functions of process
  • Two views can be switched with one click at any time, fully leveraging their respective advantages
  • Unified debugging of two views: breakpoints, single steps, and monitoring variables, all of which are easy to handle
  • Specify to run a certain line or lines of content for easy debugging
  • Normal Mode/Expert Mode, command attribute input is easier
  • Automatically save historical versions and roll back at any time

The built-in commands are enough to cover common scenarios, and can be freely Extension through plug-ins

  • Prefabricate more than 500 commands, including UI automation, software automation, data processing, file processing and other common functions
  • You can use Python, C #, C/C++, Java language to write plug-ins and Extension your own commands
  • Plugin for different languages, with automatic conversion of encoding, exceptions, etc., developers do not need to worry about details
  • Plugins for different languages come with a unified version of the language runtime built-in, so there is no need to worry about the diversity of the client's working environment
  • Community users have provided a large number of third-party plugins that can be downloaded and selected at any time

Powerful UI automation, automatic identification and Category of various UI elements, and compatibility far ahead of similar products

  • IE,Chrome,Firefox,Edge, 360 Safe Browser covers all in one go, with support for the built-in Chrominum kernel browser
  • Client programs developed in C++, C #, VB, Delphi, and Java have more accurate recognition and faster speed
  • Whether it's SAP, Citrix, Microsoft Remote Desktop, WeChat, or DingTalk, commonly used enterprise software both domestically and internationally is compatible
  • After picking up the UI elements, it will be quickly named and stored in the UI Library. The unified naming management not only makes the process more readable, but also can quickly associate and locate problems when debugging throws errors

Built in out of the box AI Capability, zero code recognition of words, forms, tickets and Information Extraction

  • True zero code AI Capability integration, adding AI Capability hardly requires touching the keyboard
  • Support image files, PDF files and UI elements as image sources
  • Table recognition can be converted into data table or directly into Excel file
  • Easily identify various fields of invoices, train tickets, travel itineraries, ID cards, social security cards, driving licenses, household registration books, passports, property certificates, and business licenses
  • Can recognize multiple invoices pasted on one piece of paper at once

Support multiple modular development modes, and easily realize the process design of multi person collaboration

  • Use the Library to encapsulate common command combinations and realize the reuse of process development
  • The Library can be easily shared with others
  • Use sub process to integrate process developed by multiple people. Sub process can also be nested at multiple levels
  • Use unit test blocks to set the test environment of each process block for independent testing and convenient joint debugging