{"ScriptPreparationCode":null,"TestCases":[{"Name":"element.getAttribute(\u0022name\u0022)","Code":"const element = document.getElementById(\u0022test\u0022);\r\n\r\nconst some = element.getAttribute(\u0022someattr\u0022);\r\nconst another = element.getAttribute(\u0022anotherattr\u0022);\r\nconst anotherOne = element.getAttribute(\u0022anotherone\u0022);","IsDeferred":false},{"Name":"element.attributes.name.value","Code":"const attributes = document.getElementById(\u0022test\u0022).attributes;\r\n\r\nconst some = attributes.someattr.value;\r\nconst another = attributes.anotherattr.value;\r\nconst anotherOne = attributes.anotherone.value;","IsDeferred":false}]}