Hello everyone.
I am building a cross browser extension. I was writing integration tests for the extension using playwright. I was successful for writing it for chrome but for firefox I am facing two major problems.
-
I am not able to access the UUID of the extension which is required to go to the options page of the extension to configure it according to the tests.
-
Another major problem I am facing is whenever the firefox launches with my extension installed it does not give permissions to the extension to access the webpages. I don’t have any solution for this for now.
It would be really great if anyone could help me with this.
Thankyou