class Capybara::Selenium::Driver

def send_keys(*args)

def send_keys(*args)
  # Should this call the specialized nodes rather than native???
  native_active_element.send_keys(*args)
end