hello world
{"ScriptPreparationCode":"window.$hi_els = $(\u0027.hi\u0027);","TestCases":[{"Name":"get from all elements","Code":"var our_element = $( \u0022div:contains(\u0027hello world\u0027)\u0022 ).get(0)","IsDeferred":false},{"Name":"get from hi_els","Code":"var our_element = window.$hi_els.find(\u0022div:contains(\u0027hello world\u0027)\u0022).get(0)","IsDeferred":false}]}