{"ScriptPreparationCode":null,"TestCases":[{"Name":"Array.prototype","Code":"Array.prototype.forEach.call(document.getElementsByClassName(\u0022.test\u0022), function (el) { el.remove() })","IsDeferred":false},{"Name":"Array.from","Code":"Array.from(document.getElementsByClassName(\u0022.test\u0022)).forEach(function (el) { el.remove() })","IsDeferred":false}]}