# File lib/capybara/poltergeist/browser.rb, line 69
    def tag_name(page_id, id)
      command('tag_name', page_id, id).downcase
    end