How to use this platform

Hi, some tips from me to get started:

  • You can record the web automation macros directly from inside UI.Vision
  • Recording works well for basic websites, but in complex cases the macro will need manual tweaking.
  • In addition to classic web automation, UIVision RPA also has computer vision based visual UI automation with the XClick and XMove commands.

Visual Basic integration:

  • You can use the command line API to call Uivsion macros from VB and VBA.
  • You can call VB exe files from within your macros with the XRun command. With XRunAndWait you can also return an exit code from VB to Uivision.
1 Like