Text
{"ScriptPreparationCode":"/*your preparation JavaScript code goes here\r\nTo execute async code during the script preparation, wrap it as function globalMeasureThatScriptPrepareFunction, example:*/\r\nasync function globalMeasureThatScriptPrepareFunction() {\r\n // This function is optional, feel free to remove it.\r\n // await someThing();\r\n}","TestCases":[{"Name":"querySelector","Code":"document.querySelector(\u0022#para\u0022);","IsDeferred":false},{"Name":"getElementById","Code":"document.getElementById(\u0022para\u0022);","IsDeferred":false}]}