module Capybara

def use_default_driver


Use the default driver as the current driver

#
def use_default_driver
  self.current_driver = nil
end