Open
Description
selenium.common.exceptions.JavascriptException: Message: TypeError: RemoteSettingsExperimentLoader.updateRecipes is not a function
I think we need to update to the new ExperimentAPI
class and use its methods.
This could be a potential solution
"""
const { ExperimentAPI } = ChromeUtils.importESModule("resource://nimbus/ExperimentAPI.sys.mjs");
const { RemoteSettings } = ChromeUtils.importESModule(
"resource://services-settings/remote-settings.sys.mjs"
);
RemoteSettings.pollChanges();
ExperimentAPI.ready();
ExperimentAPI._rsLoader.updateRecipes("test");
"""
┆Issue is synchronized with this Jira Task
Metadata
Metadata
Assignees
Labels
No labels