{"ScriptPreparationCode":"document.querySelectorAll(\u0027a\u0027).forEach((element) =\u003E {});","TestCases":[{"Name":"querySelectorAll","Code":"document.querySelectorAll(\u0027a\u0027).forEach((element) =\u003E {});","IsDeferred":false},{"Name":"getElementsByTagName","Code":"const tags = document.getElementsByTagName(\u0027a\u0027);\r\nconst l = tags.length;\r\nfor (let i = 0; i \u003C l; i\u002B\u002B) {\r\n const element = tags[i];\r\n}","IsDeferred":false}]}