You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firefox supports installing an addon with MV3 by installTemporaryAddon(). But all tests do not pass successfully because MV3 addons asks users to allow to run content scripts on pages. User should enable Access your data for all websites manually on addon permissions page.
The text was updated successfully, but these errors were encountered:
This change resolve#168 partial, but it has a limitation. To allow the
browser to load content script, the playwright-webextext overrides the
add-ons permissions in the local filesystem. It works when 1) the add-on
has `browser_specific_settings.gecko.id` and launching the browser with
a persist context.
Firefox supports installing an addon with MV3 by
installTemporaryAddon()
. But all tests do not pass successfully because MV3 addons asks users to allow to run content scripts on pages. User should enableAccess your data for all websites
manually on addon permissions page.The text was updated successfully, but these errors were encountered: