Method: Selenium::WebDriver::Remote::Bridge#getElementAttribute

Defined in:
lib/selenium/webdriver/remote/bridge.rb

#getElementAttribute(element, name) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

[View source]

273
274
275
# File 'lib/selenium/webdriver/remote/bridge.rb', line 273

def getElementAttribute(element, name)
  execute :getElementAttribute, :id => element, :name => name
end