# File lib/selenium/webdriver/remote/bridge.rb, line 273
        def getElementAttribute(element, name)
          execute :getElementAttribute, :id => element, :name => name
        end