Method: Undead::Driver#client

Defined in:
lib/undead/driver.rb

#clientObject



29
30
31
32
33
34
35
36
# File 'lib/undead/driver.rb', line 29

def client
  @client ||= Undead::Client.start(server,
    :path              => options[:phantomjs],
    :window_size       => options[:window_size],
    :phantomjs_options => phantomjs_options,
    :phantomjs_logger  => phantomjs_logger
  )
end