Hello
{"ScriptPreparationCode":null,"TestCases":[{"Name":"Class","Code":"document.querySelector(\u0027.parent \u003E .hello\u0027);","IsDeferred":false},{"Name":"ID","Code":"document.querySelector(\u0027parent \u003E #hello\u0027);","IsDeferred":false},{"Name":"data attribute","Code":"document.querySelector(\u0027parent \u003E [data-hello]\u0027);","IsDeferred":false},{"Name":"data attribute with tag","Code":"document.querySelector(\u0027parent \u003E div[data-hello]\u0027);","IsDeferred":false}]}