Skip to main content

Core advantages

Core advantages

Provide Process chart that can be dragged and edited, and grasp the overall context of Process

  • Hidden details make it easy for business personnel to learn and understand
  • The editing window adopts the layout of multiple property pages, and the property pages can be dragged, docked and expanded as you wish
  • Built in Enterprise process template, one click to generate the best practice framework of Process
  • Exception handling can also be written and displayed in the Process diagram

One click switching of visual view and source code view is suitable for users with different foundations

  • Visual view close to natural language, describing specific functions of the Process
  • The two views can be switched with one key at any time to give full play to their respective advantages
  • Unified debugging of two views: breakpoints, single step and monitoring variables is not a problem
  • Specify to run a certain line or several lines of content to facilitate debugging
  • Normal mode / professional mode, command attribute input is easier
  • Automatically save the historical version and go back at any time

The built-in command is enough to cover common scenarios, and can be freely extended through plug-ins

  • More than 500 commands are prefabricated, including interface 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
  • For plug-ins in different languages, their codes and exceptions are automatically converted, and developers do not need to care about details
  • Plug ins in different languages have built-in unified versions of the language runtime, so there is no need to worry about the diversity of the customer's working environment
  • Community users have provided a large number of third-party plug-ins, which can be downloaded and selected at any time

Powerful interface automation, automatic identification and classification of various interface elements, with compatibility far ahead of similar products

  • Ie, chrome, Firefox, edge and 360 security browsers are all caught at once, and the built-in chrome kernel browser is supported
  • The client program developed with C + +, c#, VB, Delphi and Java is more accurate and faster
  • Whether it is sap, Citrix, Microsoft Remote Desktop, wechat or nailing, the commonly used enterprise software at home and abroad is suitable
  • After the interface elements are picked up, they will be named quickly 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 and throwing errors

Built in out of the box AI capability, zero code for text, form, ticket identification and Information Extraction

  • Real zero code AI capability integration, and there is almost no need to touch the keyboard in the process of adding AI capability
  • Image files, PDF files and interface elements are supported as image sources
  • Table recognition can be converted into data table or excel file directly
  • Easily identify various fields of invoices, train tickets, itinerary, ID card, social security card, driving license, household register, passport, real estate certificate and business license
  • Multiple invoices pasted on one piece of paper can be identified at one time

Support a variety of modular development mode, easy to achieve multi person collaborative Process design

  • Use Library to encapsulate common command combination and realize the reuse of Process development
  • Library can be easily shared with others
  • The sub Process is used to integrate the Process developed by multiple people, and the sub Process can also be nested at multiple levels
  • Use unit test block, set the test environment of each Process block, test independently, and facilitate joint debugging