Method: Async::WebDriver::Element#attributes

Defined in:
lib/async/webdriver/element.rb

#attributesObject

Get attributes associated with the element.



161
162
163
# File 'lib/async/webdriver/element.rb', line 161

def attributes
  @attributes ||= Attributes.new(self)
end