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
@arjun27 Can you please help unblocking us regarding below issue.
We are testing a streaming application and not able to play some contents (DRM) on firefox because media.gmp-manager.updateEnabled is set false in playwright.cfg file.
// Disable download and usage of OpenH264: and Widevine plugins
pref("media.gmp-manager.updateEnabled", false);
Is there a way to turn this pref true via api ?
The text was updated successfully, but these errors were encountered:
@arjun27 Can you please help unblocking us regarding below issue.
We are testing a streaming application and not able to play some contents (DRM) on firefox because media.gmp-manager.updateEnabled is set false in playwright.cfg file.
// Disable download and usage of OpenH264: and Widevine plugins
pref("media.gmp-manager.updateEnabled", false);
Is there a way to turn this pref true via api ?
The text was updated successfully, but these errors were encountered: