Module: VersatileRJS::Proxy::Selectable

Included in:
ElementProxy, ElementSetProxy
Defined in:
lib/versatile_rjs/proxy/selectable.rb

Instance Method Summary collapse

Instance Method Details

#select(locator) ⇒ Object



4
5
6
# File 'lib/versatile_rjs/proxy/selectable.rb', line 4

def select(locator)
  page.append_statement call(js_methods(:select), selector)
end