Can I run macros or folder saved on the hard drive using API?

From a user: Can I run macros or folder saved on the hard drive using API?

As you know, you can run macros directly from the harddrive.

To tell the command line API whether the macro is from inside the browser or from the harddrive use the storage=browser/xfile parameter. This parameter tells UI.Vision RPA if the macro or testsuite folder to run can be found in the HTML5 browser storage or on the hard drive.

By default - if you do not use the storage parameter - the RPA software command line uses the storage mode that is selected in the file location dropdown:

image