# File lib/capybara/poltergeist/driver.rb, line 36 def client @client ||= Client.start(server.port, :path => options[:phantomjs], :window_size => options[:window_size], :phantomjs_options => phantomjs_options ) end