Error #204 when autorun wants to be started after fresh extension installation

I confirmed the issue. As you correctly assumed, the extension runs some setup processes when it is first started. We will check if we can run these procedures also directly after installation.

One possible workaround is that you use desktop automation (specifically web extension testing) to start and then close the extension once. This can be done by a preinstalled version of UI Vision in either a different browser (Firefox, Edge) or simply a different Chrome profile. Then the procedure would be:

  1. Use webdriver to install RPA extension

  2. Call macro in preinstalled UI.Vision (in other browser or profile) to click extension button once and then send XTYPE Alt+F4 to close it again.

  3. The fresh RPA installation is now ready to run your automation :slight_smile: