Hello
{"ScriptPreparationCode":"const element = document.getElementById(\u0022hello\u0022);","TestCases":[{"Name":"Tag name (div)","Code":"element.matches(\u0027div\u0027);","IsDeferred":false},{"Name":"Tag name with two (div and span)","Code":"element.matches(\u0027div, span\u0027);","IsDeferred":false},{"Name":":is Selector with only div","Code":"element.matches(\u0027:is(div)\u0027);","IsDeferred":false},{"Name":":is Selector with div and span","Code":"element.matches(\u0027:is(div, span)\u0027);","IsDeferred":false},{"Name":":is Selector with div, span and img","Code":"element.matches(\u0027:is(div, span, img)\u0027);","IsDeferred":false}]}