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