Screencast that shows how to run one macro after another with the command line API. Each macros that is started continues in the same browser window/tab as the macro before. So macros can be run one after the other, just like in a testsuite. The advantage of doing this in a script is that you have more control, and can react on the return value (macro run success or not).
The source code for the Powershell script can be found on on Github:
https://github.com/A9T9/Kantu/blob/ma....
Of course, the same can be done with VBS or Python or C# or any other programming or scripting language!