{"ScriptPreparationCode":"window.theDiv = document.querySelector(\u0027#test\u0027);","TestCases":[{"Name":"getting the html tag with querySelector","Code":"const theHtml = document.querySelector(\u0027[dir=rtl]\u0027);","IsDeferred":false},{"Name":"getting the html tag with closest","Code":"const theHtml = theDiv.closest(\u0027[dir=rtl]\u0027)","IsDeferred":false}]}