Firefox Add-on devtools panel UI testing

We are trying to create automated UI tests for a Firefox Add-on that has a devtools panel. For Chrome extension we used Puppeteer to achieve this. Now, when porting to Firefox, it seems that it is impossible to interact with the devtools panel. Via CDP protocol only browser and page Targets are available.

Is it impossible to test Firefox Add-ons via automated tests?