# File lib/capybara/poltergeist/browser.rb, line 53
    def attribute(page_id, id, name)
      command 'attribute', page_id, id, name.to_s
    end