# File lib/nokogiri/decorators/hpricot/node.rb, line 22 def get_element_by_id element_id search("//*[@id='#{element_id}']").first end