Export a log file at the end of a macro, regardless of error or completion

UI Vision has several logging options:

  1. Hard-drive log file (one log file per UI Vision start)

  2. Save the log (as seen in Log Tab) from inside the macro with LocalStorageExport | log

  3. Set a new log file for each macro run with -savelog command line switch

  4. Not a log file, but for checking results screenshot are also useful:
    a. take browser screenshot
    b. take desktop screenshot

1 Like