Can Kantu run in the background?

I’ve recorded a very simple Kantu script that just presses the Next button on the Firefox web page.

{
“CreationDate”: “2018-11-6”,
“Commands”: [
{
“Command”: “click”,
“Target”: “link=next ›”,
“Value”: “”
}
]
}

Is there any way to get Kantu to run hidden? That is, I don’t want to see the script steps/Kantu as it runs.

Thanks.

You can use the BringBrowserToForeground command in the macro to hide the Kantu UI automatically.

thanks for your reply. That worked.

After the macro runs, the kantu interface remains open. Is there any way to auto close it?

Thanks.