class Capybara::Config

def initialize

def initialize
  @session_options = Capybara::SessionConfig.new
  @javascript_driver = nil
end