Class: Blinkr::SlimerJSWrapper

Inherits:
PhantomJSWrapper show all
Defined in:
lib/blinkr/slimer_js_wrapper.rb

Constant Summary

Constants inherited from PhantomJSWrapper

PhantomJSWrapper::SNAP_JS

Instance Attribute Summary

Attributes inherited from PhantomJSWrapper

#count

Instance Method Summary collapse

Methods inherited from PhantomJSWrapper

#initialize, #process, #process_all

Methods included from HttpUtils

#retry?, #sanitize

Constructor Details

This class inherits a constructor from Blinkr::PhantomJSWrapper

Instance Method Details

#commandObject



7
8
9
10
# File 'lib/blinkr/slimer_js_wrapper.rb', line 7

def command
  return 'xvfb-run slimerjs' if @config.xvfb
  'slimerjs'
end

#nameObject



3
4
5
# File 'lib/blinkr/slimer_js_wrapper.rb', line 3

def name
  'slimerjs'
end