test
test
test
test
test
test
test
test
test
test
{"ScriptPreparationCode":null,"TestCases":[{"Name":".getElementsByClassName()","Code":"Array.from(document.getElementsByClassName(\u0022foo\u0022)).forEach(item =\u003E {if(item.textContent === \u0022test\u0022){console.log(\u0022match\u0022)}});","IsDeferred":false},{"Name":".querySelectorAll()","Code":"document.querySelectorAll(\u0022foo\u0022).forEach(item =\u003E {if(item.textContent === \u0022test\u0022){console.log(\u0022match\u0022)}});","IsDeferred":false}]}