Method: WDA::Element#attribute
- Defined in:
- lib/wda_lib/element.rb
#attribute(name) ⇒ Object Also known as: []
Get attribute value
41 42 43 |
# File 'lib/wda_lib/element.rb', line 41 def attribute(name) client.get '/element/' + eid + '/attribute/' + name end |