Class: Blinkr::SlimerJSWrapper
- Inherits:
-
PhantomJSWrapper
- Object
- PhantomJSWrapper
- Blinkr::SlimerJSWrapper
- Defined in:
- lib/blinkr/slimer_js_wrapper.rb
Constant Summary
Constants inherited from PhantomJSWrapper
Instance Attribute Summary
Attributes inherited from PhantomJSWrapper
Instance Method Summary collapse
Methods inherited from PhantomJSWrapper
#initialize, #process, #process_all
Methods included from HttpUtils
Constructor Details
This class inherits a constructor from Blinkr::PhantomJSWrapper
Instance Method Details
#command ⇒ Object
7 8 9 10 |
# File 'lib/blinkr/slimer_js_wrapper.rb', line 7 def command return 'xvfb-run slimerjs' if @config.xvfb 'slimerjs' end |
#name ⇒ Object
3 4 5 |
# File 'lib/blinkr/slimer_js_wrapper.rb', line 3 def name 'slimerjs' end |