Playing DRM content on firefox in automation

I want to test a website with DRM content but I am not able to play that Firefox devices. Could you please help me this

1 Like

Yes, you could pass the capabilities for Firefox:

“moz:firefoxOptions”:{

    "prefs":{


    "media.eme.enabled":True,

    "media.gmp-manager.updateEnabled":True
    }     

}

Please note you could play DRM content in chrome without passing any capabilities.